Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallServiceControl.java62 public boolean waitForBindRequest() {
63 return CtsApi29InCallService.waitForBindRequest();
DCtsApi29InCallService.java71 public static boolean waitForBindRequest() { in waitForBindRequest() method in CtsApi29InCallService
/cts/tests/tests/telecom/src/android/telecom/cts/
DNonUiInCallServiceTest.java66 boolean hasBound = controlInterface.waitForBindRequest(); in testMidCallComponentEnablement()
102 controlInterface.waitForBindRequest()); in testNullBinding()
/cts/tests/tests/telecom/Api29InCallServiceTestApp/aidl/android/telecom/cts/api29incallservice/
DICtsApi29InCallServiceControl.aidl30 boolean waitForBindRequest(); in waitForBindRequest() method