summaryrefslogtreecommitdiff
path: root/InCallUI/src/com/android/incallui/CallCardPresenter.java
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-07-22 12:16:47 -0700
committerTyler Gunn <tgunn@google.com>2014-07-22 12:16:47 -0700
commit1869dcf386a96f060a16ac74f1722d816b69aa7d (patch)
tree1c03cd97e3c37c802bc37147e13074bd90439788 /InCallUI/src/com/android/incallui/CallCardPresenter.java
parentf6e7ba0ca231fb5373510c6c622674a13e54ff99 (diff)
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
Diffstat (limited to 'InCallUI/src/com/android/incallui/CallCardPresenter.java')
-rw-r--r--InCallUI/src/com/android/incallui/CallCardPresenter.java2
1 files changed, 1 insertions, 1 deletions
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<CallCardPresenter.CallCardUi>
}
@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) {