Home
last modified time | relevance | path

Searched refs:selfManagedConnection (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java741 TestServiceConnection selfManagedConnection = null; in testSelfManagedAndSimBasedCallSwapping() local
750 selfManagedConnection = bindExternalSelfManagedServiceAndRegister( in testSelfManagedAndSimBasedCallSwapping()
752 placeSelfManagedCallOnTestApp(selfManagedConnection.getInterface(), in testSelfManagedAndSimBasedCallSwapping()
777 setRemoteConnectionActiveAndVerify(selfManagedConnection); in testSelfManagedAndSimBasedCallSwapping()
784 if (selfManagedConnection != null) { in testSelfManagedAndSimBasedCallSwapping()
785 tearDownControl(selfManagedConnection); in testSelfManagedAndSimBasedCallSwapping()
867 SelfManagedConnection selfManagedConnection = null; in testAcceptRingingCallOnSingleSelfManagedCall() local
876 selfManagedConnection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_2); in testAcceptRingingCallOnSingleSelfManagedCall()
880 assertEquals(Call.STATE_RINGING, selfManagedConnection.getState()); in testAcceptRingingCallOnSingleSelfManagedCall()
887 assertEquals(Call.STATE_RINGING, selfManagedConnection.getState()); in testAcceptRingingCallOnSingleSelfManagedCall()
[all …]
DConnectionServiceTest.java242 SelfManagedConnection selfManagedConnection = in testConnectionServiceFocusGainedWithDifferentConnectionService() local
257 selfManagedConnection.disconnectAndDestroy(); in testConnectionServiceFocusGainedWithDifferentConnectionService()