Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DCtsSelfManagedConnectionServiceControl.java94 public boolean waitOnDisconnect() {
95 return mConnServiceCallController.waitOnDisconnect();
DConnectionServiceCallController.java71 public boolean waitOnDisconnect() { in waitOnDisconnect() method in ConnectionServiceCallController
72 return mConnection.waitOnDisconnect(); in waitOnDisconnect()
/cts/tests/tests/telecom/aidl/android/telecom/cts/selfmanagedcstestapp/
DICtsSelfManagedConnectionServiceControl.aidl32 boolean waitOnDisconnect(); in waitOnDisconnect() method
/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnection.java181 public boolean waitOnDisconnect() { in waitOnDisconnect() method in SelfManagedConnection
DSelfManagedConnectionServiceTest.java1567 assertTrue(conn.getInterface().waitOnDisconnect()); in testManagedCallWhileNoHoldCapabilitySelfMaganedCallActive()