Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DEmergencyCallTests.java139 Connection conn = placeAndVerifyEmergencyCall(true /*supportsHold*/); in testStartEmergencyCall()
191 Connection conn = placeAndVerifyEmergencyCall(true /*supportsHold*/); in testEmergencyCallFailureCreatesDropboxEntries()
227 Connection eConnection = placeAndVerifyEmergencyCall(true /*supportsHold*/); in testOngoingEmergencyCallAndReceiveIncomingCall()
260 Connection eConnection = placeAndVerifyEmergencyCall(false /*supportsHold*/); in testIncomingRingingCallAndPlaceEmergencyCall()
304 Connection eConnection = placeAndVerifyEmergencyCall(false /*supportsHold*/); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()
323 Connection eConnection = placeAndVerifyEmergencyCall(true); in testEmergencyCallAndNoAdditionalCallPermitted()
DExternalCallTest.java127 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testPullCallCapabilityRemovedInEmergencyCall()
149 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testTryToPullCallWhileInEmergencyCall()
DAdhocConferenceTest.java91 placeAndVerifyEmergencyCall(true); in testStartConferenceFailed()
150 placeAndVerifyEmergencyCall(true); in testAddNewIncomingConferenceFailed()
DEmergencyCallOnSimCallManagerTest.java195 Connection connection = placeAndVerifyEmergencyCall(true /*supportsHold*/); in testQueryLocationForEmergencyReturnLocation()
256 Connection connection = placeAndVerifyEmergencyCall(true /*supportsHold*/); in testQueryLocationForEmergencyReturnTimeoutException()
DBackgroundCallAudioTest.java260 placeAndVerifyEmergencyCall(false /*supportsHold*/); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()
302 placeAndVerifyEmergencyCall(false /*supportsHold*/); in testAudioProcessingFromIncomingActivePlaceEmergencyCall()
400 placeAndVerifyEmergencyCall(false /*supportsHold*/); in testAudioProcessOutgoingActiveEmergencyCallPlaced()
DSelfManagedConnectionServiceTest.java1257 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testDisconnectSelfManagedCallForEmergency()
1283 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testEmergencyCallOngoingNewOutgoingCall()
1311 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testEmergencyCallOngoingIncomingCall()
DRemoteConnectionTest.java1424 placeAndVerifyEmergencyCall(true); in addRemoteConnectionOutgoingEmergencyCall()
DBaseTelecomTestWithMockServices.java916 public Connection placeAndVerifyEmergencyCall(boolean supportsHold) { in placeAndVerifyEmergencyCall() method in BaseTelecomTestWithMockServices