Searched refs:hasSentVideoUpgradeRequest (Results 1 – 6 of 6) sorted by relevance
27 public static boolean hasSentVideoUpgradeRequest(@SessionModificationState int state) { in hasSentVideoUpgradeRequest() method in VideoUtils
1132 && (call.hasSentVideoUpgradeRequest() || call.hasReceivedVideoUpgradeRequest()); in isVideoUpgrade()1136 return VideoUtils.hasSentVideoUpgradeRequest(state) in isVideoUpgrade()1157 if (call.isVideoCall() || call.hasSentVideoUpgradeRequest()) { in onWiFiToLteHandover()
1014 call.hasSentVideoUpgradeRequest() || call.hasReceivedVideoUpgradeRequest()); in onSessionModificationStateChange()
1425 if (call.hasSentVideoUpgradeRequest() || call.hasReceivedVideoUpgradeRequest()) { in getShouldShowVideoUi()
92 } else if (VideoUtils.hasSentVideoUpgradeRequest(state.sessionModificationState()) in getInfo()
1173 public boolean hasSentVideoUpgradeRequest() { in hasSentVideoUpgradeRequest() method in DialerCall1174 return VideoUtils.hasSentVideoUpgradeRequest(getVideoTech().getSessionModificationState()); in hasSentVideoUpgradeRequest()