Searched refs:isOutgoingVideoCall (Results 1 – 1 of 1) sorted by relevance
228 else if (isOutgoingVideoCall(call) && !isCameraDirectionSet(call)) { in updateCameraSelection()235 else if (isOutgoingVideoCall(call)) { in updateCameraSelection()1296 private static boolean isOutgoingVideoCall(DialerCall call) { in isOutgoingVideoCall() method in VideoCallPresenter