Searched refs:showVideoUi (Results 1 - 1 of 1) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DVideoCallPresenter.java510 showVideoUi(call.getVideoState(), call.getState());
661 showVideoUi(newVideoState, call.getState());
752 showVideoUi(VideoProfile.STATE_AUDIO_ONLY, Call.State.ACTIVE);
767 private void showVideoUi(int videoState, int callState) { method in class:VideoCallPresenter
770 Log.e(this, "showVideoUi, VideoCallUi is null returning");

Completed in 51 milliseconds