Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DVideoUtils.java60 public static boolean isOutgoingVideoCall(Call call) { in isOutgoingVideoCall() method in VideoUtils
DVideoCallPresenter.java1143 else if (VideoUtils.isOutgoingVideoCall(call) && !isCameraDirectionSet(call) ) { in updateCameraSelection()
1150 else if (VideoUtils.isOutgoingVideoCall(call)) { in updateCameraSelection()