Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java287 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
373 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, handle, address); in placeAndVerifyOutgoingCall()
417 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testAudioRoute()
478 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testIncomingWhileOngoingWithinLimit()
591 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testCallLimit()
623 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testDisconnectSelfManagedCallForEmergency()
673 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testEmergencyCallOngoingNewOutgoingCall()
DThirdPartyCallScreeningServiceTest.java242 placeOutgoingCall(false /* addContact */); in testHasPermissionAndNoContactOutgoing()
252 placeOutgoingCall(false /* addContact */); in testNoPermissionAndNoContactOutgoing()
263 placeOutgoingCall(true /* addCountact */); in testHasPermissionAndHasContactOutgoing()
273 placeOutgoingCall(true /* addCountact */); in testNoPermissionAndHasContactOutgoing()
372 private void placeOutgoingCall(boolean addContact) throws Exception { in placeOutgoingCall() method in ThirdPartyCallScreeningServiceTest
DTestUtils.java602 public static void placeOutgoingCall(Instrumentation instrumentation, in placeOutgoingCall() method in TestUtils
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java128 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, TEST_SELF_MANAGED_HANDLE, in testInCallServiceOutgoing()
175 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, TEST_SELF_MANAGED_HANDLE, in testSelfManagedSignalling()