Home
last modified time | relevance | path

Searched refs:isVideoCallingSupportedByPhoneAccount (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVideoProviderProxyTest.java87 when(mCall.isVideoCallingSupportedByPhoneAccount()).thenReturn(true); in testReceiveUpgradeRequestWhenLocalDoesntSupportVideo()
109 when(mCall.isVideoCallingSupportedByPhoneAccount()).thenReturn(true); in testReceiveUpgradeRequestWhenVideoIsSupported()
DBasicCallTests.java928 assert(call.isVideoCallingSupportedByPhoneAccount()); in testOutgoingCallSelectPhoneAccountVideo()
933 assert(call.isVideoCallingSupportedByPhoneAccount()); in testOutgoingCallSelectPhoneAccountVideo()
951 assert(call.isVideoCallingSupportedByPhoneAccount()); in testOutgoingCallSelectPhoneAccountNoVideo()
956 assert(!call.isVideoCallingSupportedByPhoneAccount()); in testOutgoingCallSelectPhoneAccountNoVideo()
DCallsManagerTest.java1065 assertTrue(ongoingCall.isVideoCallingSupportedByPhoneAccount()); in testPhoneAccountVideoAvailability()
1073 assertFalse(ongoingCall.isVideoCallingSupportedByPhoneAccount()); in testPhoneAccountVideoAvailability()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1276 public boolean isVideoCallingSupportedByPhoneAccount() { in isVideoCallingSupportedByPhoneAccount() method in Call
1520 if (!isVideoCallingSupportedByPhoneAccount() in setConnectionCapabilities()
1956 if (!isVideoCallingSupportedByPhoneAccount() && VideoProfile.isVideo(videoState)) { in answer()
2871 if (!isVideoCallingSupportedByPhoneAccount()) { in setVideoState()
DVideoProviderProxy.java166 if ((!mCall.isVideoCallingSupportedByPhoneAccount() in receiveSessionModifyRequest()