Home
last modified time | relevance | path

Searched refs:inCallService (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DVideoCallTest.java68 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 …]
DExtendedInCallServiceTest.java64 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 …]
DRttOperationsTest.java64 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 …]
DPhoneAccountSuggestionServiceTest.java103 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()
DMissedCallTest.java67 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMissedCall_NotifyDialer() local
69 final Call call = inCallService.getLastCall(); in testMissedCall_NotifyDialer()
DCallDiagnosticServiceTest.java126 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()
DSelfManagedConnectionServiceTest.java281 MockInCallService inCallService = mInCallCallbacks.getService(); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld() local
282 Call call = inCallService.getLastCall(); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
DBackgroundCallAudioTest.java476 final MockInCallService inCallService = mInCallCallbacks.getService(); in testEnterAudioProcessingWithoutPermission() local
479 final Call call = inCallService.getLastCall(); in testEnterAudioProcessingWithoutPermission()
DBaseTelecomTestWithMockServices.java1213 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/
DSelfManagedAwareInCallServiceTest.java109 SelfManagedAwareInCallService inCallService = in tearDown() local
111 if (inCallService != null) { in tearDown()
112 inCallService.tearDown(); in tearDown()