Home
last modified time | relevance | path

Searched refs:hasSentVideoUpgradeRequest (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/videotech/utils/
H A DVideoUtils.java27 public static boolean hasSentVideoUpgradeRequest(@SessionModificationState int state) { in hasSentVideoUpgradeRequest() method in VideoUtils
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DVideoCallPresenter.java1132 && (call.hasSentVideoUpgradeRequest() || call.hasReceivedVideoUpgradeRequest()); in isVideoUpgrade()
1136 return VideoUtils.hasSentVideoUpgradeRequest(state) in isVideoUpgrade()
1157 if (call.isVideoCall() || call.hasSentVideoUpgradeRequest()) { in onWiFiToLteHandover()
H A DInCallActivity.java1425 if (call.hasSentVideoUpgradeRequest() || call.hasReceivedVideoUpgradeRequest()) { in getShouldShowVideoUi()
H A DInCallPresenter.java1014 call.hasSentVideoUpgradeRequest() || call.hasReceivedVideoUpgradeRequest()); in onSessionModificationStateChange()
/aosp12/packages/apps/Dialer/java/com/android/incallui/contactgrid/
H A DTopRow.java92 } else if (VideoUtils.hasSentVideoUpgradeRequest(state.sessionModificationState()) in getInfo()
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java1173 public boolean hasSentVideoUpgradeRequest() { in hasSentVideoUpgradeRequest() method in DialerCall
1174 return VideoUtils.hasSentVideoUpgradeRequest(getVideoTech().getSessionModificationState()); in hasSentVideoUpgradeRequest()