/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | VideoCallTest.java | 67 final MockConnection connection = verifyConnectionForOutgoingCall(); in testMakeTwoWayVideoCall() 89 verifyConnectionForOutgoingCall(); in testMakeOneWayVideoCall() 107 Connection connection = verifyConnectionForOutgoingCall(); in testUpgradeToVideo() 132 final MockConnection connection = verifyConnectionForOutgoingCall(); in testReceiveSessionModifyRequest() 161 final MockConnection connection = verifyConnectionForOutgoingCall(); in testSendSessionModifyResponse() 186 final MockConnection connection = verifyConnectionForOutgoingCall(); in testReceiveSessionModifyResponse() 242 final MockConnection connection = verifyConnectionForOutgoingCall(); in testVideoCallDelayProvider() 274 verifyConnectionForOutgoingCall(); in testChangeCamera() 299 verifyConnectionForOutgoingCall(); in testRequestCameraCapabilities() 327 verifyConnectionForOutgoingCall(); in testRequestDataUsage() [all …]
|
D | RttOperationsTest.java | 63 final MockConnection connection = verifyConnectionForOutgoingCall(); in testOutgoingRttCall() 90 final MockConnection connection = verifyConnectionForOutgoingCall(); in testLocalRttUpgradeAccepted() 114 final MockConnection connection = verifyConnectionForOutgoingCall(); in testLocalRttUpgradeRejected() 138 final MockConnection connection = verifyConnectionForOutgoingCall(); in testAcceptRemoteRttUpgrade() 161 final MockConnection connection = verifyConnectionForOutgoingCall(); in testRejectRemoteRttRequest() 185 final MockConnection connection = verifyConnectionForOutgoingCall(); in testLocalRttTermination() 206 final MockConnection connection = verifyConnectionForOutgoingCall(); in testRemoteRttTermination()
|
D | ConnectionServiceTest.java | 83 verifyConnectionForOutgoingCall(); in testAddExistingConnection() 106 verifyConnectionForOutgoingCall(); in testAddExistingConnection_invalidPhoneAccountPackageName() 131 verifyConnectionForOutgoingCall(); in testAddExistingConnection_invalidPhoneAccountAccountId() 154 MockConnection connection = verifyConnectionForOutgoingCall(); in testVoipAudioModePropagation() 212 Connection outgoing = verifyConnectionForOutgoingCall(); in testConnectionServiceFocusGainedWithSameConnectionService() 220 verifyConnectionForOutgoingCall(); in testConnectionServiceFocusGainedWithSameConnectionService() 237 verifyConnectionForOutgoingCall().setActive(); in testConnectionServiceFocusGainedWithDifferentConnectionService() 288 verifyConnectionForOutgoingCall().setActive(); in testCallDirectionIncoming() 514 verifyConnectionForOutgoingCall().setActive(); 549 final Connection connection1 = verifyConnectionForOutgoingCall();
|
D | OutgoingCallTest.java | 159 verifyConnectionForOutgoingCall(); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall() 171 verifyConnectionForOutgoingCall(); in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall() 196 verifyConnectionForOutgoingCall(); in testStartCallWithSpeakerphoneNotProvided_SpeakerphoneOffByDefault() 252 verifyConnectionForOutgoingCall(); in testPhoneStateListenerInvokedOnOutgoingCall() 278 verifyConnectionForOutgoingCall(); in testPhoneStateChangeAsExpected() 313 Connection conn = verifyConnectionForOutgoingCall(); in testExtraPhoneAccountHandleAvailable() 327 conn = verifyConnectionForOutgoingCall(); in testExtraPhoneAccountHandleAvailable()
|
D | ExtendedInCallServiceTest.java | 75 verifyConnectionForOutgoingCall(); in testAddNewOutgoingCallAndThenDisconnect() 89 final MockConnection connection = verifyConnectionForOutgoingCall(); in testMuteAndUnmutePhone() 120 final MockConnection connection = verifyConnectionForOutgoingCall(); in testSwitchAudioRoutes() 180 final MockConnection connection = verifyConnectionForOutgoingCall(); in testPlayAndStopDtmfTones() 213 final MockConnection connection = verifyConnectionForOutgoingCall(); in testHoldAndUnholdCall() 497 final MockConnection connection = verifyConnectionForOutgoingCall(); in testSwitchCallEndpoint() 711 verifyConnectionForOutgoingCall(); in testCanAddCall_CannotAddForExistingDialingCall() 728 final MockConnection connection = verifyConnectionForOutgoingCall(); in testCanAddCall_CanAddForExistingActiveCall() 749 final MockConnection connection = verifyConnectionForOutgoingCall(); in testCanAddCall_CanAddForExistingActiveCallWithoutHoldCapability() 771 final MockConnection connection1 = verifyConnectionForOutgoingCall(0); in testCanAddCall_CannotAddIfTooManyCalls() [all …]
|
D | CarModeInCallServiceTest.java | 353 verifyConnectionForOutgoingCall(); in testSwitchToCarMode() 380 verifyConnectionForOutgoingCall(); in testSwitchToCarModeAndBack() 422 verifyConnectionForOutgoingCall(); in testSwitchToCarModeMultiple() 476 verifyConnectionForOutgoingCall(); in testSwitchToAutomotiveProjection() 503 verifyConnectionForOutgoingCall(); in testSwitchToAutomotiveProjectionAndBack() 544 verifyConnectionForOutgoingCall(); in testSwitchToAutomotiveProjectionMultiple() 629 verifyConnectionForOutgoingCall(); in testNoSwitchToCarModeWhenDisabledCarModeAppAutomotiveProjection() 655 verifyConnectionForOutgoingCall(number); in placeCarModeCall()
|
D | WiredHeadsetTest.java | 88 final MockConnection connection = verifyConnectionForOutgoingCall(); in testInCallLongPress_togglesMute() 110 final MockConnection connection = verifyConnectionForOutgoingCall(); in testInCallShortPress_hangupCall()
|
D | AccessibilitySystemActionTest.java | 57 final MockConnection connection = verifyConnectionForOutgoingCall(); in testInCall_headsetHookAction_hangupCall()
|
D | InCallServiceFlagChecker.java | 64 verifyConnectionForOutgoingCall(); in testIsBindAboveClientFlagSet()
|
D | RemoteConferenceTest.java | 309 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConnectionAdd() 344 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConnectionRemove() 446 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConferenceableConnections() 641 mConnection1 = verifyConnectionForOutgoingCall(0); in addRemoteConnectionOutgoingCalls() 650 mConnection2 = verifyConnectionForOutgoingCall(1); in addRemoteConnectionOutgoingCalls()
|
D | ConferenceTest.java | 202 MockConnection newConnection = verifyConnectionForOutgoingCall(2); in testConferenceSetters() 459 MockConnection newConnection = verifyConnectionForOutgoingCall(2); in testConferenceAddAndRemoveConnection() 566 mConnection1 = verifyConnectionForOutgoingCall(0); in addOutgoingCalls() 574 mConnection2 = verifyConnectionForOutgoingCall(1); in addOutgoingCalls()
|
D | CallDiagnosticServiceTest.java | 125 MockConnection connection = verifyConnectionForOutgoingCall(1); in testAddMultipleCalls() 379 mConnection = verifyConnectionForOutgoingCall(); in setupCall()
|
D | ExternalCallTest.java | 228 verifyConnectionForOutgoingCall(testNumber); in placeExternalCall()
|
D | HandoverTest.java | 228 Connection connection = verifyConnectionForOutgoingCall(); in startSourceCall()
|
D | TelecomManagerTest.java | 164 verifyConnectionForOutgoingCall(); in testIsInEmergencyCall_ongoingEmergencyCall()
|
D | EmergencyCallOnSimCallManagerTest.java | 140 final MockConnection connection = verifyConnectionForOutgoingCall(); in testQueryLocationForEmergencyTryNormalCall()
|
D | BackgroundCallAudioTest.java | 478 final MockConnection connection = verifyConnectionForOutgoingCall(); in testEnterAudioProcessingWithoutPermission() 586 final MockConnection connection = verifyConnectionForOutgoingCall(); in placeActiveOutgoingCall()
|
D | EmergencyCallTests.java | 290 Connection outgoingConnection = verifyConnectionForOutgoingCall(); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()
|
D | SelfManagedConnectionServiceTest.java | 758 Connection simBasedConnection = verifyConnectionForOutgoingCall(); in testSelfManagedAndSimBasedCallSwapping() 1155 verifyConnectionForOutgoingCall().setActive(); in testSelfManagedConnectionServiceLostFocus() 1347 verifyConnectionForOutgoingCall(); in testPlaceCallToNonRegisteredSelfManagedConnectionService() 1373 verifyConnectionForOutgoingCall(); in testPlaceCallToRegisteredSelfManagedConnectionService()
|
D | BaseTelecomTestWithMockServices.java | 940 Connection connection = verifyConnectionForOutgoingCall(TEST_EMERGENCY_URI); in placeAndVerifyEmergencyCall() 960 MockConnection verifyConnectionForOutgoingCall() { in verifyConnectionForOutgoingCall() method in BaseTelecomTestWithMockServices 962 return verifyConnectionForOutgoingCall(0); in verifyConnectionForOutgoingCall() 965 MockConnection verifyConnectionForOutgoingCall(int connectionIndex) { in verifyConnectionForOutgoingCall() method in BaseTelecomTestWithMockServices 981 MockConnection verifyConnectionForOutgoingCall(Uri address) { in verifyConnectionForOutgoingCall() method in BaseTelecomTestWithMockServices
|
D | RemoteConnectionTest.java | 637 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConnectionCallbacks_ConferenceableConnections() 1390 mConnection = verifyConnectionForOutgoingCall(); in addRemoteConnectionOutgoingCall() 1429 mConnection = verifyConnectionForOutgoingCall(); in addRemoteConnectionOutgoingEmergencyCall()
|
D | TransactionalApisTest.java | 1390 MockConnection conn = verifyConnectionForOutgoingCall(); in placeSimCallAndSetActive()
|
D | CallDetailsTest.java | 155 verifyConnectionForOutgoingCall(); in setUp()
|