Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DCtsSelfManagedConnectionServiceControl.java89 public boolean waitOnUnHold() {
90 return mConnServiceCallController.waitOnUnHold();
DConnectionServiceCallController.java67 public boolean waitOnUnHold() { in waitOnUnHold() method in ConnectionServiceCallController
68 return mConnection.waitOnUnHold(); in waitOnUnHold()
/cts/tests/tests/telecom/aidl/android/telecom/cts/selfmanagedcstestapp/
DICtsSelfManagedConnectionServiceControl.aidl31 boolean waitOnUnHold(); in waitOnUnHold() method
/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnection.java176 public boolean waitOnUnHold() { in waitOnUnHold() method in SelfManagedConnection
DSelfManagedConnectionTest.java572 assertTrue(connection.waitOnUnHold()); in testSwapInCallServicesForSelfManagedCSCall()
DSelfManagedConnectionServiceTest.java1456 assertTrue(conn.getInterface().waitOnUnHold()); in testCallSwapBetweenTwoSelfManagedConnectionServices()
1472 assertTrue(connection.waitOnUnHold()); in testCallSwapBetweenTwoSelfManagedConnectionServices()