From 1869dcf386a96f060a16ac74f1722d816b69aa7d Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Tue, 22 Jul 2014 12:16:47 -0700 Subject: InCall UI VT changes 1. Adding CallVideoClientNotifier - used by InCallVideoClient to notify interested listeners of events related to call video clients. 2. Change InCallVideoClient to use CallVideoClientNotifier to notify listeners of incoming events. 3. Modify call details listener signature in InCallPresenter to include the call for which the details changed. 4. Changing VideoCallPresenter to subscribe to call details changes, so it will keep informed of changes to the video state of the call. Bug: 16012946 Change-Id: I47aa2a8e8c852bb7e4ea2e83fa4a30b2697266e6 --- InCallUI/src/com/android/incallui/CallCardPresenter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'InCallUI/src/com/android/incallui/CallCardPresenter.java') diff --git a/InCallUI/src/com/android/incallui/CallCardPresenter.java b/InCallUI/src/com/android/incallui/CallCardPresenter.java index 5a1605090..645879984 100644 --- a/InCallUI/src/com/android/incallui/CallCardPresenter.java +++ b/InCallUI/src/com/android/incallui/CallCardPresenter.java @@ -220,7 +220,7 @@ public class CallCardPresenter extends Presenter } @Override - public void onDetailsChanged(android.telecomm.Call.Details details) { + public void onDetailsChanged(Call call, android.telecomm.Call.Details details) { getUi().setCallDetails(details); if (mPrimary != null) { -- cgit v1.2.3