Searched refs:inCallService (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | VideoCallTest.java | 68 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMakeTwoWayVideoCall() local 69 final Call call = inCallService.getLastCall(); in testMakeTwoWayVideoCall() 76 assertVideoCallbackRegistered(inCallService, call, true); in testMakeTwoWayVideoCall() 90 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMakeOneWayVideoCall() local 91 final Call call = inCallService.getLastCall(); in testMakeOneWayVideoCall() 94 assertVideoCallbackRegistered(inCallService, call, true); in testMakeOneWayVideoCall() 108 final MockInCallService inCallService = mInCallCallbacks.getService(); in testUpgradeToVideo() local 109 final Call call = inCallService.getLastCall(); in testUpgradeToVideo() 111 assertVideoCallbackRegistered(inCallService, call, true); in testUpgradeToVideo() 118 assertResponseVideoProfileReceived(inCallService.getVideoCallCallback(call), in testUpgradeToVideo() [all …]
|
D | ExtendedInCallServiceTest.java | 64 final MockInCallService inCallService = mInCallCallbacks.getService(); in testAddNewOutgoingCallAndThenDisconnect() local 65 inCallService.disconnectLastCall(); in testAddNewOutgoingCallAndThenDisconnect() 67 assertNumCalls(inCallService, 0); in testAddNewOutgoingCallAndThenDisconnect() 78 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMuteAndUnmutePhone() local 80 final Call call = inCallService.getLastCall(); in testMuteAndUnmutePhone() 87 ((InCallService) inCallService).setMuted(true); in testMuteAndUnmutePhone() 90 assertMuteState(inCallService, true); in testMuteAndUnmutePhone() 92 inCallService.setMuted(false); in testMuteAndUnmutePhone() 94 assertMuteState(inCallService, false); in testMuteAndUnmutePhone() 105 final MockInCallService inCallService = mInCallCallbacks.getService(); in testSwitchAudioRoutes() local [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 | PhoneAccountSuggestionServiceTest.java | 103 final MockInCallService inCallService = mInCallCallbacks.getService(); in testSuggestionFlow() local 104 Call phoneAcctSelectCall = inCallService.getLastCall(); in testSuggestionFlow() 147 final MockInCallService inCallService = mInCallCallbacks.getService(); in testSuggestionTimeout() local 148 Call phoneAcctSelectCall = inCallService.getLastCall(); in testSuggestionTimeout() 182 final MockInCallService inCallService = mInCallCallbacks.getService(); in testEmptySuggestions() local 183 Call phoneAcctSelectCall = inCallService.getLastCall(); in testEmptySuggestions() 219 final MockInCallService inCallService = mInCallCallbacks.getService(); in testPartialSuggestions() local 220 Call phoneAcctSelectCall = inCallService.getLastCall(); in testPartialSuggestions()
|
D | MissedCallTest.java | 67 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMissedCall_NotifyDialer() local 69 final Call call = inCallService.getLastCall(); in testMissedCall_NotifyDialer()
|
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 | SelfManagedConnectionServiceTest.java | 281 MockInCallService inCallService = mInCallCallbacks.getService(); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld() local 282 Call call = inCallService.getLastCall(); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
|
D | BackgroundCallAudioTest.java | 476 final MockInCallService inCallService = mInCallCallbacks.getService(); in testEnterAudioProcessingWithoutPermission() local 479 final Call call = inCallService.getLastCall(); in testEnterAudioProcessingWithoutPermission()
|
D | BaseTelecomTestWithMockServices.java | 1213 void assertNumCalls(final MockInCallService inCallService, final int numCalls) { in assertNumCalls() argument 1221 return inCallService.getCallCount(); in assertNumCalls() 1229 void assertNumConferenceCalls(final MockInCallService inCallService, final int numCalls) { in assertNumConferenceCalls() argument 1237 return inCallService.getConferenceCallCount(); in assertNumConferenceCalls()
|
/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()
|