Searched refs:inCallService (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | ExtendedInCallServiceTest.java | 54 final MockInCallService inCallService = mInCallCallbacks.getService(); in testAddNewOutgoingCallAndThenDisconnect() local 55 inCallService.disconnectLastCall(); in testAddNewOutgoingCallAndThenDisconnect() 57 assertNumCalls(inCallService, 0); in testAddNewOutgoingCallAndThenDisconnect() 68 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMuteAndUnmutePhone() local 70 final Call call = inCallService.getLastCall(); in testMuteAndUnmutePhone() 77 ((InCallService) inCallService).setMuted(true); in testMuteAndUnmutePhone() 80 assertMuteState(inCallService, true); in testMuteAndUnmutePhone() 82 inCallService.setMuted(false); in testMuteAndUnmutePhone() 84 assertMuteState(inCallService, false); in testMuteAndUnmutePhone() 95 final MockInCallService inCallService = mInCallCallbacks.getService(); in testSwitchAudioRoutes() local [all …]
|
D | VideoCallTest.java | 66 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMakeTwoWayVideoCall() local 67 final Call call = inCallService.getLastCall(); in testMakeTwoWayVideoCall() 74 assertVideoCallbackRegistered(inCallService, call, true); in testMakeTwoWayVideoCall() 88 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMakeOneWayVideoCall() local 89 final Call call = inCallService.getLastCall(); in testMakeOneWayVideoCall() 92 assertVideoCallbackRegistered(inCallService, call, true); in testMakeOneWayVideoCall() 106 final MockInCallService inCallService = mInCallCallbacks.getService(); in testUpgradeToVideo() local 107 final Call call = inCallService.getLastCall(); in testUpgradeToVideo() 109 assertVideoCallbackRegistered(inCallService, call, true); in testUpgradeToVideo() 115 assertResponseVideoProfileReceived(inCallService.getVideoCallCallback(call), in testUpgradeToVideo() [all …]
|
D | BaseTelecomTestWithMockServices.java | 487 void assertNumCalls(final MockInCallService inCallService, final int numCalls) { in assertNumCalls() argument 495 return inCallService.getCallCount(); in assertNumCalls() 503 void assertNumConferenceCalls(final MockInCallService inCallService, final int numCalls) { in assertNumConferenceCalls() argument 511 return inCallService.getConferenceCallCount(); in assertNumConferenceCalls()
|