Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java910 SelfManagedConnection outgoing_SM_connection = null; in testAcceptRingingCallOnMultipleSelfManagedCalls() local
919 outgoing_SM_connection = placeSelfManagedCallAndGetConnection( in testAcceptRingingCallOnMultipleSelfManagedCalls()
921 assertEquals(outgoing_SM_connection.getState(), Call.STATE_ACTIVE); in testAcceptRingingCallOnMultipleSelfManagedCalls()
938 assertEquals(Call.STATE_ACTIVE, outgoing_SM_connection.getState()); in testAcceptRingingCallOnMultipleSelfManagedCalls()
940 if (outgoing_SM_connection != null) { in testAcceptRingingCallOnMultipleSelfManagedCalls()
941 outgoing_SM_connection.disconnectAndDestroy(); in testAcceptRingingCallOnMultipleSelfManagedCalls()