Home
last modified time | relevance | path

Searched refs:inCallService (Results 1 – 9 of 9) 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.java61 final MockInCallService inCallService = mInCallCallbacks.getService(); in testAddNewOutgoingCallAndThenDisconnect() local
62 inCallService.disconnectLastCall(); in testAddNewOutgoingCallAndThenDisconnect()
64 assertNumCalls(inCallService, 0); in testAddNewOutgoingCallAndThenDisconnect()
75 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMuteAndUnmutePhone() local
77 final Call call = inCallService.getLastCall(); in testMuteAndUnmutePhone()
84 ((InCallService) inCallService).setMuted(true); in testMuteAndUnmutePhone()
87 assertMuteState(inCallService, true); in testMuteAndUnmutePhone()
89 inCallService.setMuted(false); in testMuteAndUnmutePhone()
91 assertMuteState(inCallService, false); in testMuteAndUnmutePhone()
102 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.java64 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMissedCall_NotifyDialer() local
66 final Call call = inCallService.getLastCall(); in testMissedCall_NotifyDialer()
DSelfManagedConnectionServiceTest.java280 MockInCallService inCallService = mInCallCallbacks.getService(); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld() local
281 Call call = inCallService.getLastCall(); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
DBackgroundCallAudioTest.java436 final MockInCallService inCallService = mInCallCallbacks.getService(); in testEnterAudioProcessingWithoutPermission() local
439 final Call call = inCallService.getLastCall(); in testEnterAudioProcessingWithoutPermission()
DBaseTelecomTestWithMockServices.java1027 void assertNumCalls(final MockInCallService inCallService, final int numCalls) { in assertNumCalls() argument
1035 return inCallService.getCallCount(); in assertNumCalls()
1043 void assertNumConferenceCalls(final MockInCallService inCallService, final int numCalls) { in assertNumConferenceCalls() argument
1051 return inCallService.getConferenceCallCount(); in assertNumConferenceCalls()
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java100 SelfManagedAwareInCallService inCallService = in tearDown() local
102 if (inCallService != null) { in tearDown()
103 inCallService.tearDown(); in tearDown()