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()95 Connection eConnection = placeAndVerifyEmergencyCall(false /*supportsHold*/); in testIncomingRingingCallAndPlaceEmergencyCall()136 Connection eConnection = placeAndVerifyEmergencyCall(false /*supportsHold*/); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()
119 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testPullCallCapabilityRemovedInEmergencyCall()141 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testTryToPullCallWhileInEmergencyCall()
81 placeAndVerifyEmergencyCall(true); in testStartConferenceFailed()140 placeAndVerifyEmergencyCall(true); in testAddNewIncomingConferenceFailed()
638 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testDisconnectSelfManagedCallForEmergency()663 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testEmergencyCallOngoingNewOutgoingCall()690 placeAndVerifyEmergencyCall(true /*supportsHold*/); in testEmergencyCallOngoingIncomingCall()
259 placeAndVerifyEmergencyCall(false /*supportsHold*/); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()300 placeAndVerifyEmergencyCall(false /*supportsHold*/); in testAudioProcessingFromIncomingActivePlaceEmergencyCall()397 placeAndVerifyEmergencyCall(false /*supportsHold*/); in testAudioProcessOutgoingActiveEmergencyCallPlaced()
759 public Connection placeAndVerifyEmergencyCall(boolean supportsHold) { in placeAndVerifyEmergencyCall() method in BaseTelecomTestWithMockServices