Searched refs:isVideoCallingSupportedByPhoneAccount (Results 1 – 7 of 7) sorted by relevance
95 when(mCall.isVideoCallingSupportedByPhoneAccount()).thenReturn(true); in testReceiveUpgradeRequestWhenLocalDoesntSupportVideo()117 when(mCall.isVideoCallingSupportedByPhoneAccount()).thenReturn(true); in testReceiveUpgradeRequestWhenVideoIsSupported()
1032 assert(call.isVideoCallingSupportedByPhoneAccount()); in testOutgoingCallSelectPhoneAccountVideo()1037 assert(call.isVideoCallingSupportedByPhoneAccount()); in testOutgoingCallSelectPhoneAccountVideo()1056 assert(call.isVideoCallingSupportedByPhoneAccount()); in testOutgoingCallSelectPhoneAccountNoVideo()1061 assert(!call.isVideoCallingSupportedByPhoneAccount()); in testOutgoingCallSelectPhoneAccountNoVideo()
172 assertFalse(call.isVideoCallingSupportedByPhoneAccount()); in testSetVideoStateForTransactionalCalls()177 assertTrue(call.isVideoCallingSupportedByPhoneAccount()); in testSetVideoStateForTransactionalCalls()198 assertTrue(call.isVideoCallingSupportedByPhoneAccount()); in testToggleTransactionalVideoState()
2245 assertTrue(ongoingCall.isVideoCallingSupportedByPhoneAccount()); in testPhoneAccountVideoAvailability()
50 !mCall.isVideoCallingSupportedByPhoneAccount()) { in processTransaction()
167 if ((!mCall.isVideoCallingSupportedByPhoneAccount() in receiveSessionModifyRequest()
1964 public boolean isVideoCallingSupportedByPhoneAccount() { in isVideoCallingSupportedByPhoneAccount() method in Call2873 if (!isVideoCallingSupportedByPhoneAccount() && VideoProfile.isVideo(videoState)) { in answer()4133 if (!isVideoCallingSupportedByPhoneAccount()) { in setVideoState()