/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | VideoCallTest.java | 69 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMakeTwoWayVideoCall() local 70 final Call call = inCallService.getLastCall(); in testMakeTwoWayVideoCall() 77 assertVideoCallbackRegistered(inCallService, call, true); in testMakeTwoWayVideoCall() 91 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMakeOneWayVideoCall() local 92 final Call call = inCallService.getLastCall(); in testMakeOneWayVideoCall() 95 assertVideoCallbackRegistered(inCallService, call, true); in testMakeOneWayVideoCall() 109 final MockInCallService inCallService = mInCallCallbacks.getService(); in testUpgradeToVideo() local 110 final Call call = inCallService.getLastCall(); in testUpgradeToVideo() 112 assertVideoCallbackRegistered(inCallService, call, true); in testUpgradeToVideo() 119 assertResponseVideoProfileReceived(inCallService.getVideoCallCallback(call), in testUpgradeToVideo() [all …]
|
D | ExtendedInCallServiceTest.java | 77 final MockInCallService inCallService = mInCallCallbacks.getService(); in testAddNewOutgoingCallAndThenDisconnect() local 78 inCallService.disconnectLastCall(); in testAddNewOutgoingCallAndThenDisconnect() 80 assertNumCalls(inCallService, 0); in testAddNewOutgoingCallAndThenDisconnect() 91 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMuteAndUnmutePhone() local 93 final Call call = inCallService.getLastCall(); in testMuteAndUnmutePhone() 100 ((InCallService) inCallService).setMuted(true); in testMuteAndUnmutePhone() 103 assertMuteState(inCallService, true); in testMuteAndUnmutePhone() 105 assertMuteEndpoint(inCallService, true); in testMuteAndUnmutePhone() 107 inCallService.setMuted(false); in testMuteAndUnmutePhone() 109 assertMuteState(inCallService, false); in testMuteAndUnmutePhone() [all …]
|
D | RttOperationsTest.java | 64 final MockInCallService inCallService = mInCallCallbacks.getService(); in testOutgoingRttCall() local 65 final Call call = inCallService.getLastCall(); in testOutgoingRttCall() 78 final MockInCallService inCallService = mInCallCallbacks.getService(); in testIncomingRttCall() local 79 final Call call = inCallService.getLastCall(); in testIncomingRttCall() 91 final MockInCallService inCallService = mInCallCallbacks.getService(); in testLocalRttUpgradeAccepted() local 92 final Call call = inCallService.getLastCall(); in testLocalRttUpgradeAccepted() 115 final MockInCallService inCallService = mInCallCallbacks.getService(); in testLocalRttUpgradeRejected() local 116 final Call call = inCallService.getLastCall(); in testLocalRttUpgradeRejected() 139 final MockInCallService inCallService = mInCallCallbacks.getService(); in testAcceptRemoteRttUpgrade() local 140 final Call call = inCallService.getLastCall(); in testAcceptRemoteRttUpgrade() [all …]
|
D | MissedCallTest.java | 76 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMissedCall_NotifyDialer() local 78 final Call call = inCallService.getLastCall(); in testMissedCall_NotifyDialer()
|
D | SelfManagedConnectionServiceTest.java | 428 MockInCallService inCallService = mInCallCallbacks.getService(); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld() local 429 Call call = inCallService.getLastCall(); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld() 505 final MockInCallService inCallService = getInCallService(); in testSelfManagedCallMuteAndUnmute() local 506 final Call call = inCallService.getLastCall(); in testSelfManagedCallMuteAndUnmute() 511 ((InCallService) inCallService).setMuted(true); in testSelfManagedCallMuteAndUnmute() 514 assertMuteState(inCallService, true); in testSelfManagedCallMuteAndUnmute() 516 inCallService.setMuted(false); in testSelfManagedCallMuteAndUnmute() 518 assertMuteState(inCallService, false); in testSelfManagedCallMuteAndUnmute() 554 final MockInCallService inCallService = mInCallCallbacks.getService(); in testVideoCallStateDowngradeToAudio() local 555 final Call call = inCallService.getLastCall(); in testVideoCallStateDowngradeToAudio() [all …]
|
D | CallDiagnosticServiceTest.java | 126 MockInCallService inCallService = mInCallCallbacks.getService(); in testAddMultipleCalls() local 127 Call call = inCallService.getLastCall(); in testAddMultipleCalls() 380 MockInCallService inCallService = mInCallCallbacks.getService(); in setupCall() local 381 mCall = inCallService.getLastCall(); in setupCall()
|
D | SelfManagedConnectionTest.java | 513 final MockInCallService inCallService = mInCallCallbacks.getService(); in testSwapInCallServicesForSelfManagedCSCall() local 514 assertTrue(inCallService != null); in testSwapInCallServicesForSelfManagedCSCall() 516 final Call call = inCallService.getLastCall(); in testSwapInCallServicesForSelfManagedCSCall()
|
D | BaseTelecomTestWithMockServices.java | 1452 void assertNumCalls(final MockInCallService inCallService, final int numCalls) { 1460 return inCallService.getCallCount(); 1468 void assertNumCalls_OrICSUnbound(final MockInCallService inCallService, final int numCalls) { 1477 return inCallService == null || numCalls == inCallService.getCallCount(); 1484 void assertNumConferenceCalls(final MockInCallService inCallService, final int numCalls) { 1492 return inCallService.getConferenceCallCount();
|
D | BackgroundCallAudioTest.java | 480 final MockInCallService inCallService = mInCallCallbacks.getService(); in testEnterAudioProcessingWithoutPermission() local 483 final Call call = inCallService.getLastCall(); in testEnterAudioProcessingWithoutPermission()
|
/cts/tests/tests/telecom3/src/android/telecom/cts/ |
D | SelfManagedAwareInCallServiceTest.java | 109 SelfManagedAwareInCallService inCallService = in tearDown() local 111 if (inCallService != null) { in tearDown() 112 inCallService.tearDown(); in tearDown()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | DomainSelectionCallingBase.java | 198 InCallServiceStateValidator inCallService = mServiceCallBack.getService(); in waitForUnboundService() 199 return inCallService.isServiceUnBound(); in waitForUnboundService()
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsCallingBase.java | 374 InCallServiceStateValidator inCallService = mServiceCallBack.getService(); in waitForUnboundService() 375 return (inCallService.isServiceUnBound()) ? true : false; in waitForUnboundService()
|
D | ImsCallingTest.java | 1688 InCallServiceStateValidator inCallService = mServiceCallBack.getService(); in addConferenceCall() local
|