Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVideoProviderProxyTest.java95 when(mCall.isVideoCallingSupportedByPhoneAccount()).thenReturn(true); in testReceiveUpgradeRequestWhenLocalDoesntSupportVideo()
117 when(mCall.isVideoCallingSupportedByPhoneAccount()).thenReturn(true); in testReceiveUpgradeRequestWhenVideoIsSupported()
DBasicCallTests.java1032 assert(call.isVideoCallingSupportedByPhoneAccount()); in testOutgoingCallSelectPhoneAccountVideo()
1037 assert(call.isVideoCallingSupportedByPhoneAccount()); in testOutgoingCallSelectPhoneAccountVideo()
1056 assert(call.isVideoCallingSupportedByPhoneAccount()); in testOutgoingCallSelectPhoneAccountNoVideo()
1061 assert(!call.isVideoCallingSupportedByPhoneAccount()); in testOutgoingCallSelectPhoneAccountNoVideo()
DCallTest.java172 assertFalse(call.isVideoCallingSupportedByPhoneAccount()); in testSetVideoStateForTransactionalCalls()
177 assertTrue(call.isVideoCallingSupportedByPhoneAccount()); in testSetVideoStateForTransactionalCalls()
198 assertTrue(call.isVideoCallingSupportedByPhoneAccount()); in testToggleTransactionalVideoState()
DCallsManagerTest.java2245 assertTrue(ongoingCall.isVideoCallingSupportedByPhoneAccount()); in testPhoneAccountVideoAvailability()
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DRequestVideoStateTransaction.java50 !mCall.isVideoCallingSupportedByPhoneAccount()) { in processTransaction()
/packages/services/Telecomm/src/com/android/server/telecom/
DVideoProviderProxy.java167 if ((!mCall.isVideoCallingSupportedByPhoneAccount() in receiveSessionModifyRequest()
DCall.java1964 public boolean isVideoCallingSupportedByPhoneAccount() { in isVideoCallingSupportedByPhoneAccount() method in Call
2873 if (!isVideoCallingSupportedByPhoneAccount() && VideoProfile.isVideo(videoState)) { in answer()
4133 if (!isVideoCallingSupportedByPhoneAccount()) { in setVideoState()