summaryrefslogtreecommitdiff
path: root/InCallUI/src
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-07-15 13:23:55 -0700
committerAndrew Lee <anwlee@google.com>2014-07-15 13:25:02 -0700
commit66eae9b44b2e3258262436dd4dbf9d53aa13a539 (patch)
tree4e7377f50617ddd2d9181994f97827b828a97e6f /InCallUI/src
parent5553c6575c51f7bd165738883374943e99a5fe72 (diff)
Delete getVideoState() call.
Change-Id: I5f3f29c3171f3646f75af8141b42067dc1637f56
Diffstat (limited to 'InCallUI/src')
-rw-r--r--InCallUI/src/com/android/incallui/Call.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/InCallUI/src/com/android/incallui/Call.java b/InCallUI/src/com/android/incallui/Call.java
index 475497988..835de2cb2 100644
--- a/InCallUI/src/com/android/incallui/Call.java
+++ b/InCallUI/src/com/android/incallui/Call.java
@@ -147,11 +147,6 @@ public final class Call {
}
@Override
- public void onVideoStateChanged(android.telecomm.Call call, int videoState) {
- update();
- }
-
- @Override
public void onCallDestroyed(android.telecomm.Call call) {
call.removeListener(mTelecommCallListener);
}
@@ -215,8 +210,6 @@ public final class Call {
CallList.getInstance().getCallByTelecommCall(
mTelecommCall.getChildren().get(i)).getId());
}
-
- mVideoState = mTelecommCall.getVideoState();
}
private static int translateState(int state) {