Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/videotech/utils/
DVideoUtils.java29 public static boolean hasSentVideoUpgradeRequest(@SessionModificationState int state) { in hasSentVideoUpgradeRequest() method in VideoUtils
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java1120 && (call.hasSentVideoUpgradeRequest() || call.hasReceivedVideoUpgradeRequest()); in isVideoUpgrade()
1124 return VideoUtils.hasSentVideoUpgradeRequest(state) in isVideoUpgrade()
DInCallActivity.java609 if (call.hasSentVideoUpgradeRequest()) { in getShouldShowVideoUi()
DInCallPresenter.java765 call.hasSentVideoUpgradeRequest() || call.hasReceivedVideoUpgradeRequest()); in onSessionModificationStateChange()
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DTopRow.java77 } else if (VideoUtils.hasSentVideoUpgradeRequest(state.sessionModificationState) in getInfo()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java797 public boolean hasSentVideoUpgradeRequest() { in hasSentVideoUpgradeRequest() method in DialerCall
798 return VideoUtils.hasSentVideoUpgradeRequest(getVideoTech().getSessionModificationState()); in hasSentVideoUpgradeRequest()