Home
last modified time | relevance | path

Searched refs:eCall (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DEmergencyCallTests.java45 Call eCall = getInCallService().getLastCall(); in testStartEmergencyCall() local
46 assertCallState(eCall, Call.STATE_DIALING); in testStartEmergencyCall()
66 Call eCall = getInCallService().getLastCall(); in testOngoingEmergencyCallAndReceiveIncomingCall() local
67 assertCallState(eCall, Call.STATE_DIALING); in testOngoingEmergencyCallAndReceiveIncomingCall()
69 assertCallState(eCall, Call.STATE_ACTIVE); in testOngoingEmergencyCallAndReceiveIncomingCall()
73 assertCallState(eCall, Call.STATE_ACTIVE); in testOngoingEmergencyCallAndReceiveIncomingCall()
96 Call eCall = getInCallService().getLastCall(); in testIncomingRingingCallAndPlaceEmergencyCall() local
97 assertCallState(eCall, Call.STATE_DIALING); in testIncomingRingingCallAndPlaceEmergencyCall()
104 assertCallState(eCall, Call.STATE_ACTIVE); in testIncomingRingingCallAndPlaceEmergencyCall()
137 Call eCall = getInCallService().getLastCall(); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall() local
[all …]
DExternalCallTest.java120 Call eCall = getInCallService().getLastCall(); in testPullCallCapabilityRemovedInEmergencyCall() local
121 assertCallState(eCall, Call.STATE_DIALING); in testPullCallCapabilityRemovedInEmergencyCall()
142 Call eCall = getInCallService().getLastCall(); in testTryToPullCallWhileInEmergencyCall() local
143 assertCallState(eCall, Call.STATE_DIALING); in testTryToPullCallWhileInEmergencyCall()
DBackgroundCallAudioTest.java261 Call eCall = getInCallService().getLastCall(); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall() local
262 assertCallState(eCall, Call.STATE_DIALING); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()
302 Call eCall = getInCallService().getLastCall(); in testAudioProcessingFromIncomingActivePlaceEmergencyCall() local
303 assertCallState(eCall, Call.STATE_DIALING); in testAudioProcessingFromIncomingActivePlaceEmergencyCall()
399 Call eCall = getInCallService().getLastCall(); in testAudioProcessOutgoingActiveEmergencyCallPlaced() local
401 assertCallState(eCall, Call.STATE_DIALING); in testAudioProcessOutgoingActiveEmergencyCallPlaced()
DSelfManagedConnectionServiceTest.java639 Call eCall = getInCallService().getLastCall(); in testDisconnectSelfManagedCallForEmergency() local
648 assertCallState(eCall, Call.STATE_DIALING); in testDisconnectSelfManagedCallForEmergency()