Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java244 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in addAndVerifyIncomingCall()
380 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in placeAndVerifyOutgoingCall()
419 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testAudioRoute()
480 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testIncomingWhileOngoingWithinLimit()
490 SelfManagedConnection connection2 = TestUtils.waitForAndGetConnection(TEST_ADDRESS_2); in testIncomingWhileOngoingWithinLimit()
509 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testSelfManagedConnectionServiceGainedFocus()
532 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testSelfManagedConnectionServiceLostFocus()
562 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1); in testRingCallLimitForOnePhoneAccount()
593 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in testCallLimit()
629 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in testDisconnectSelfManagedCallForEmergency()
DHandoverTest.java148 SelfManagedConnection connection = TestUtils.waitForAndGetConnection( in testOutgoingHandoverRequestValid()
190 SelfManagedConnection connection = TestUtils.waitForAndGetConnection( in testIncomingHandoverRequestValid()
DSelfManagedConnectionTest.java357 return TestUtils.waitForAndGetConnection(TEST_ADDRESS); in placeAndVerifySelfManagedCall()
DConnectionServiceTest.java254 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(address); in addIncomingSelfManagedCall()
DTestUtils.java623 public static SelfManagedConnection waitForAndGetConnection(Uri address) { in waitForAndGetConnection() method in TestUtils
/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/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsSelfManagedConnectionService.java64 public CtsConnection waitForAndGetConnection() { in waitForAndGetConnection() method in CtsSelfManagedConnectionService
DCtsConnectionService.java84 public CtsConnection waitForAndGetConnection() { in waitForAndGetConnection() method in CtsConnectionService
DSelfManagedIncomingCallTestActivity.java162 CtsConnection connection = ctsConnectionService.waitForAndGetConnection(); in onCreate()