Searched refs:placeAndVerifyEmergencyCall (Results 1 – 8 of 8) sorted by relevance
139 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()
127 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testPullCallCapabilityRemovedInEmergencyCall()149 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testTryToPullCallWhileInEmergencyCall()
91 placeAndVerifyEmergencyCall(true); in testStartConferenceFailed()150 placeAndVerifyEmergencyCall(true); in testAddNewIncomingConferenceFailed()
195 Connection connection = placeAndVerifyEmergencyCall(true /*supportsHold*/); in testQueryLocationForEmergencyReturnLocation()256 Connection connection = placeAndVerifyEmergencyCall(true /*supportsHold*/); in testQueryLocationForEmergencyReturnTimeoutException()
260 placeAndVerifyEmergencyCall(false /*supportsHold*/); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()302 placeAndVerifyEmergencyCall(false /*supportsHold*/); in testAudioProcessingFromIncomingActivePlaceEmergencyCall()400 placeAndVerifyEmergencyCall(false /*supportsHold*/); in testAudioProcessOutgoingActiveEmergencyCallPlaced()
1257 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testDisconnectSelfManagedCallForEmergency()1283 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testEmergencyCallOngoingNewOutgoingCall()1311 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testEmergencyCallOngoingIncomingCall()
1424 placeAndVerifyEmergencyCall(true); in addRemoteConnectionOutgoingEmergencyCall()
916 public Connection placeAndVerifyEmergencyCall(boolean supportsHold) { in placeAndVerifyEmergencyCall() method in BaseTelecomTestWithMockServices