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.java286 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
372 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, handle, address); in placeAndVerifyOutgoingCall()
416 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testAudioRoute()
477 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testIncomingWhileOngoingWithinLimit()
589 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testCallLimit()
621 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testDisconnectSelfManagedCallForEmergency()
670 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.java514 public static void placeOutgoingCall(Instrumentation instrumentation, in placeOutgoingCall() method in TestUtils
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java119 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, TEST_SELF_MANAGED_HANDLE, in testInCallServiceOutgoing()
166 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, TEST_SELF_MANAGED_HANDLE, in testSelfManagedSignalling()