From 77701216b331f54d2d7ccb95b97f2cf98f2c3957 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 15 Jul 2014 11:54:17 -0700 Subject: Add video call handling for heads up notifications. - Add isVideo method to the InCallUI call. - Added cases and actions for isVideo to StatusBarNotifier. - Added cases for isVideo for processing incoming call in the full-screen experience in AnswerPresenter. - Did what I figured would be some cleanup, to consolidate some helper methods only ever called once, and reorder some methods to be more alphabetical. - Added new intent type for video calls (and revised old one for audio calls), which are dispatched by the StatusBarNotifier and received by the InCallApp. - Update icons used, and deleted unused icons. Bug: 16013878 Change-Id: If0a8d04e2ee6eaf8258ce6a677b22d55a584f9ab --- InCallUI/res/drawable-xxhdpi/stat_sys_phone_call.png | Bin 2089 -> 0 bytes InCallUI/res/drawable-xxhdpi/stat_sys_phone_call_end.png | Bin 3458 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 InCallUI/res/drawable-xxhdpi/stat_sys_phone_call.png delete mode 100644 InCallUI/res/drawable-xxhdpi/stat_sys_phone_call_end.png (limited to 'InCallUI/res/drawable-xxhdpi') diff --git a/InCallUI/res/drawable-xxhdpi/stat_sys_phone_call.png b/InCallUI/res/drawable-xxhdpi/stat_sys_phone_call.png deleted file mode 100644 index 934838484..000000000 Binary files a/InCallUI/res/drawable-xxhdpi/stat_sys_phone_call.png and /dev/null differ diff --git a/InCallUI/res/drawable-xxhdpi/stat_sys_phone_call_end.png b/InCallUI/res/drawable-xxhdpi/stat_sys_phone_call_end.png deleted file mode 100644 index 1f3a81bb5..000000000 Binary files a/InCallUI/res/drawable-xxhdpi/stat_sys_phone_call_end.png and /dev/null differ -- cgit v1.2.3