summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/videotech/VideoTech.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/videotech/VideoTech.java')
-rw-r--r--java/com/android/incallui/videotech/VideoTech.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/java/com/android/incallui/videotech/VideoTech.java b/java/com/android/incallui/videotech/VideoTech.java
index bd957b699..fb2641793 100644
--- a/java/com/android/incallui/videotech/VideoTech.java
+++ b/java/com/android/incallui/videotech/VideoTech.java
@@ -27,12 +27,6 @@ public interface VideoTech {
boolean isTransmittingOrReceiving();
- /**
- * Determines if the answer video UI should open the camera directly instead of letting the video
- * tech manage the camera.
- */
- boolean isSelfManagedCamera();
-
void onCallStateChanged(int newState);
@SessionModificationState