HomeSort by relevance Sort by last modified time
    Searched refs:shouldShowVideoUi (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/
VideoCallPresenter.java 553 final boolean shouldShowVideoUi = shouldShowVideoUiForCall(call);
558 "shouldShowVideoUi: %b, hasVideoStateChanged: %b, isVideoMode: %b, previousVideoState: %s,"
560 shouldShowVideoUi,
571 if (shouldShowVideoUi) {
579 final boolean shouldShowVideoUi = shouldShowVideoUiForCall(call);
586 "shouldShowVideoUi: %b, hasCallStateChanged: %b, isVideoMode: %b",
587 shouldShowVideoUi,
595 if (shouldShowVideoUi) {
617 final boolean shouldShowVideoUi = shouldShowVideoUiForCall(newPrimaryCall);
622 "shouldShowVideoUi: %b, isVideoMode: %b"
    [all...]
InCallActivity.java 531 ShouldShowUiResult shouldShowVideoUi = getShouldShowVideoUi();
534 "shouldShowAnswerUi: %b, shouldShowVideoUi: %b, "
537 shouldShowVideoUi.shouldShow,
542 setAllowOrientationChange(shouldShowVideoUi.shouldShow);
552 } else if (shouldShowVideoUi.shouldShow) {
554 didChangeVideo = showVideoCallScreenFragment(transaction, shouldShowVideoUi.call);

Completed in 192 milliseconds