Home
last modified time | relevance | path

Searched refs:getCameraDir (Results 1 – 2 of 2) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
DVideoCallPresenter.java1153 cameraDir = activeCall.getVideoSettings().getCameraDir(); in updateCameraSelection()
1166 cameraDir = call.getVideoSettings().getCameraDir(); in updateCameraSelection()
1179 cameraDir = call.getVideoSettings().getCameraDir(); in updateCameraSelection()
1203 return CallUtils.isVideoCall(call) && call.getVideoSettings().getCameraDir() in isCameraDirectionSet()
DCall.java167 public int getCameraDir() { in getCameraDir() method in Call.VideoSettings
172 return "(CameraDir:" + getCameraDir() + ")"; in toString()