Searched refs:placeAndVerifyEmergencyCall (Results 1 – 6 of 6) sorted by relevance
44 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testStartEmergencyCall()63 Connection eConnection = placeAndVerifyEmergencyCall(true /*supportsHold*/); in testOngoingEmergencyCallAndReceiveIncomingCall()93 Connection eConnection = placeAndVerifyEmergencyCall(false /*supportsHold*/); in testIncomingRingingCallAndPlaceEmergencyCall()131 Connection eConnection = placeAndVerifyEmergencyCall(false /*supportsHold*/); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()
119 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testPullCallCapabilityRemovedInEmergencyCall()141 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testTryToPullCallWhileInEmergencyCall()
80 placeAndVerifyEmergencyCall(true); in testStartConferenceFailed()110 placeAndVerifyEmergencyCall(true); in testAddNewIncomingConferenceFailed()
635 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testDisconnectSelfManagedCallForEmergency()660 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testEmergencyCallOngoingNewOutgoingCall()687 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testEmergencyCallOngoingIncomingCall()
219 placeAndVerifyEmergencyCall(false /*supportsHold*/); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()260 placeAndVerifyEmergencyCall(false /*supportsHold*/); in testAudioProcessingFromIncomingActivePlaceEmergencyCall()357 placeAndVerifyEmergencyCall(false /*supportsHold*/); in testAudioProcessOutgoingActiveEmergencyCallPlaced()
618 public Connection placeAndVerifyEmergencyCall(boolean supportsHold) { in placeAndVerifyEmergencyCall() method in BaseTelecomTestWithMockServices