Home
last modified time | relevance | path

Searched refs:getInCallService (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DEmergencyCallTests.java140 Call eCall = getInCallService().getLastCall(); in testStartEmergencyCall()
192 Call eCall = getInCallService().getLastCall(); in testEmergencyCallFailureCreatesDropboxEntries()
230 Call eCall = getInCallService().getLastCall(); in testOngoingEmergencyCallAndReceiveIncomingCall()
256 Call incomingCall = getInCallService().getLastCall(); in testIncomingRingingCallAndPlaceEmergencyCall()
261 Call eCall = getInCallService().getLastCall(); in testIncomingRingingCallAndPlaceEmergencyCall()
291 Call outgoingCall = getInCallService().getLastCall(); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()
300 Call incomingCall = getInCallService().getLastCall(); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()
305 Call eCall = getInCallService().getLastCall(); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()
324 Call eCall = getInCallService().getLastCall(); in testEmergencyCallAndNoAdditionalCallPermitted()
DTransactionalApisTest.java354 assertNumCalls(getInCallService(), 1); in testAddOutgoingCall()
405 assertNumCalls(getInCallService(), 1); in testAddIncomingCallAndSetActive()
456 assertNumCalls(getInCallService(), 1); in testAddIncomingCallAndAnswer()
478 assertNumCalls(getInCallService(), 1); in testRejectIncomingCall()
550 assertNumCalls(getInCallService(), 0); in testTransactionalVideoStateChanges()
593 assertNumCalls(getInCallService(), 0); in testTransactionalVideoStateChanges_withoutVideoCapabilitiesInAccount()
728 assertNumCalls(getInCallService(), 1); in testAddIncomingCallAndRejectWithCallEventCallback()
752 assertNumCalls(getInCallService(), 1); in testAddIncomingCallOnAnswer()
793 assertNumCalls_OrICSUnbound(getInCallService(), 0); // If the ICS is already in testAddIncomingCallOnAnswer_RejectCallback()
847 assertNumCalls(getInCallService(), 1); in testCallStatesForTwoLiveTransactionalCalls()
[all …]
DExternalCallTest.java128 Call eCall = getInCallService().getLastCall(); in testPullCallCapabilityRemovedInEmergencyCall()
150 Call eCall = getInCallService().getLastCall(); in testTryToPullCallWhileInEmergencyCall()
230 Call call = getInCallService().getLastCall(); in placeExternalCall()
DBackgroundCallAudioTest.java262 Call eCall = getInCallService().getLastCall(); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()
304 Call eCall = getInCallService().getLastCall(); in testAudioProcessingFromIncomingActivePlaceEmergencyCall()
402 Call eCall = getInCallService().getLastCall(); in testAudioProcessOutgoingActiveEmergencyCallPlaced()
DSelfManagedConnectionServiceTest.java505 final MockInCallService inCallService = getInCallService(); in testSelfManagedCallMuteAndUnmute()
761 Call outgoingCall = getInCallService().getLastCall(); in testSelfManagedAndSimBasedCallSwapping()
774 assertCallState(getInCallService().getLastCall(), Call.STATE_DISCONNECTED); in testSelfManagedAndSimBasedCallSwapping()
812 Call selfManagedCall = getInCallService().getLastCall(); in testSelfManagedAndSimBasedCallHoldFailure()
822 Call incomingCall = getInCallService().getLastCall(); in testSelfManagedAndSimBasedCallHoldFailure()
1258 Call eCall = getInCallService().getLastCall(); in testDisconnectSelfManagedCallForEmergency()
DBaseTelecomTestWithMockServices.java794 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCallByRedirection()
841 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCall()
924 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyEmergencyCall()
2243 MockInCallService getInCallService() {
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java110 SelfManagedAwareInCallService.getInCallService(); in tearDown()
134 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testInCallServiceOutgoing()
158 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testInCallServiceIncoming()
181 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testSelfManagedSignalling()
187 SelfManagedAwareInCallService.getInCallService().getCallCallback(call); in testSelfManagedSignalling()
DSelfManagedAwareInCallService.java133 public static SelfManagedAwareInCallService getInCallService() { in getInCallService() method in SelfManagedAwareInCallService