Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DVideoCallPresenter.java1138 cameraDir = activeCall.getVideoSettings().getCameraDir(); in updateCameraSelection()
1151 cameraDir = call.getVideoSettings().getCameraDir(); in updateCameraSelection()
1164 cameraDir = call.getVideoSettings().getCameraDir(); in updateCameraSelection()
1188 return VideoUtils.isVideoCall(call) && call.getVideoSettings().getCameraDir() in isCameraDirectionSet()
DCall.java174 public int getCameraDir() { in getCameraDir() method in Call.VideoSettings
180 return "(CameraDir:" + getCameraDir() + ")"; in toString()