From b0ed171b1c9d5b5d5e686b31be623c99ced15cf0 Mon Sep 17 00:00:00 2001 From: twyen Date: Tue, 7 Nov 2017 14:19:23 -0800 Subject: Implement PreCallCoordinator When the user makes a call, the PreCallCoordinator will get a list of actions to perform from PreCallActionProviderComponent and apply them to the pending CallIntentBuilder, before sending the built intent to telecom Bug: 64216442 Test: PreCallExecutorImplTest PiperOrigin-RevId: 174911537 Change-Id: Ide5ec431d4e6e7879fcdfdbbbd7ea5eed9963b2c --- .../dialer/precall/impl/res/values/styles.xml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 java/com/android/dialer/precall/impl/res/values/styles.xml (limited to 'java/com/android/dialer/precall/impl/res') diff --git a/java/com/android/dialer/precall/impl/res/values/styles.xml b/java/com/android/dialer/precall/impl/res/values/styles.xml new file mode 100644 index 000000000..dd41265a4 --- /dev/null +++ b/java/com/android/dialer/precall/impl/res/values/styles.xml @@ -0,0 +1,29 @@ + + + + + + + -- cgit v1.2.3