From 1dc2ceac680da86d2be40f4ac9f5639bd1d113a3 Mon Sep 17 00:00:00 2001 From: calderwoodra Date: Wed, 20 Sep 2017 16:30:41 -0700 Subject: Updated ongoing call notification to reflect video call state. screenshots: ongoing: http://screen/FkAM9hOU5Rq paused: http://screen/mrp6UJCoWAu Bug: 63274792,63271690 Test: StatusBarNotifierTest PiperOrigin-RevId: 169469414 Change-Id: I442e21d93b7e11dea191311acd28846ea257c156 --- java/com/android/incallui/videotech/empty/EmptyVideoTech.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'java/com/android/incallui/videotech/empty/EmptyVideoTech.java') diff --git a/java/com/android/incallui/videotech/empty/EmptyVideoTech.java b/java/com/android/incallui/videotech/empty/EmptyVideoTech.java index 76766dfe8..f156a14ad 100644 --- a/java/com/android/incallui/videotech/empty/EmptyVideoTech.java +++ b/java/com/android/incallui/videotech/empty/EmptyVideoTech.java @@ -48,6 +48,11 @@ public class EmptyVideoTech implements VideoTech { return false; } + @Override + public boolean isPaused() { + return false; + } + @Override public VideoCallScreenDelegate createVideoCallScreenDelegate( Context context, VideoCallScreen videoCallScreen) { -- cgit v1.2.3