Searched refs:inCallService (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | ExtendedInCallServiceTest.java | 58 final MockInCallService inCallService = mInCallCallbacks.getService(); in testAddNewOutgoingCallAndThenDisconnect() local 59 inCallService.disconnectLastCall(); in testAddNewOutgoingCallAndThenDisconnect() 61 assertNumCalls(inCallService, 0); in testAddNewOutgoingCallAndThenDisconnect() 72 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMuteAndUnmutePhone() local 74 final Call call = inCallService.getLastCall(); in testMuteAndUnmutePhone() 81 ((InCallService) inCallService).setMuted(true); in testMuteAndUnmutePhone() 84 assertMuteState(inCallService, true); in testMuteAndUnmutePhone() 86 inCallService.setMuted(false); in testMuteAndUnmutePhone() 88 assertMuteState(inCallService, false); in testMuteAndUnmutePhone() 99 final MockInCallService inCallService = mInCallCallbacks.getService(); in testSwitchAudioRoutes() local [all …]
|
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() 117 assertResponseVideoProfileReceived(inCallService.getVideoCallCallback(call), in testUpgradeToVideo() [all …]
|
D | MissedCallTest.java | 64 final MockInCallService inCallService = mInCallCallbacks.getService(); in testMissedCall_NotifyDialer() local 66 final Call call = inCallService.getLastCall(); in testMissedCall_NotifyDialer()
|
D | BaseTelecomTestWithMockServices.java | 538 void assertNumCalls(final MockInCallService inCallService, final int numCalls) { in assertNumCalls() argument 546 return inCallService.getCallCount(); in assertNumCalls() 554 void assertNumConferenceCalls(final MockInCallService inCallService, final int numCalls) { in assertNumConferenceCalls() argument 562 return inCallService.getConferenceCallCount(); in assertNumConferenceCalls()
|