Home
last modified time | relevance | path

Searched refs:waitForAndGetConnection (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DConnectionServiceCallController.java82 mConnection = TestUtils.waitForAndGetConnection(address); in initiateIncomingCall()
104 mConnection = TestUtils.waitForAndGetConnection(address); in placeOutgoingCall()
137 mConnection = TestUtils.waitForAndGetConnection(address); in placeIncomingCall()
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java131 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testInCallServiceOutgoing()
155 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testInCallServiceIncoming()
178 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testSelfManagedSignalling()
/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java386 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in addAndVerifyIncomingCall()
464 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_2); in testOutgoingCallRejectedByRemoteParty()
550 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_2); in testVideoCallStateDowngradeToAudio()
659 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in placeAndVerifyOutgoingCall()
876 selfManagedConnection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_2); in testAcceptRingingCallOnSingleSelfManagedCall()
926 incoming_SM_connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_2); in testAcceptRingingCallOnMultipleSelfManagedCalls()
1005 selfManagedConnection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testEndCallOnSelfManagedCallOnRingingCall()
1038 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testAudioRoute()
1097 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testIncomingWhileOngoingWithinLimit()
1104 SelfManagedConnection connection2 = TestUtils.waitForAndGetConnection(TEST_ADDRESS_2); in testIncomingWhileOngoingWithinLimit()
[all …]
DHandoverTest.java161 SelfManagedConnection connection = TestUtils.waitForAndGetConnection( in testOutgoingHandoverRequestValid()
204 SelfManagedConnection connection = TestUtils.waitForAndGetConnection( in testIncomingHandoverRequestValid()
DNonUiInCallServiceTest.java141 connection = TestUtils.waitForAndGetConnection(testAddress); in testMidCallComponentEnablementWithNoneAvailableAtStart()
DDefaultPhoneAccountTest.java373 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in placeAndVerifySelfManagedCall()
DConnectionServiceTest.java270 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in addIncomingSelfManagedCall()
DSelfManagedConnectionTest.java708 return TestUtils.waitForAndGetConnection(TEST_ADDRESS); in placeAndVerifySelfManagedCall()
DTestUtils.java803 public static SelfManagedConnection waitForAndGetConnection(Uri address) { in waitForAndGetConnection() method in TestUtils
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsSelfManagedConnectionService.java67 public CtsConnection waitForAndGetConnection() { in waitForAndGetConnection() method in CtsSelfManagedConnectionService
DCtsConnectionService.java87 public CtsConnection waitForAndGetConnection() { in waitForAndGetConnection() method in CtsConnectionService
DSelfManagedIncomingCallTestActivity.java176 CtsConnection connection = ctsConnectionService.waitForAndGetConnection(); in onCreate()
DCallSwitchingAudioTestActivity.java255 CtsConnection connection = ctsConnectionService.waitForAndGetConnection(); in placeSelfManagedCall()