Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java166 static boolean showIncomingVideo(int videoState, int callState) { in showIncomingVideo() method in VideoCallPresenter
900 boolean showIncomingVideo = showIncomingVideo(videoState, callState); in showVideoUi()
905 showIncomingVideo, in showVideoUi()
909 videoCallScreen.showVideoViews(showOutgoingVideo, showIncomingVideo, isRemotelyHeld); in showVideoUi()
DCallCardPresenter.java463 !VideoCallPresenter.showIncomingVideo(primary.getVideoState(), primary.getState()); in updatePrimaryCallState()
651 !VideoCallPresenter.showIncomingVideo(primary.getVideoState(), primary.getState()); in updatePrimaryDisplayInfo()