Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/NonUiInCallServiceWoExport/src/android/telecom/cts/nonuiincallservicewoexport/
DCtsNonUiInCallServiceWoExportControl.java42 public boolean waitForBindRequest() {
44 return CtsNonUiInCallServiceWoExport.waitForBindRequest();
DCtsNonUiInCallServiceWoExport.java54 public static boolean waitForBindRequest() { in waitForBindRequest() method in CtsNonUiInCallServiceWoExport
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallServiceControl.java62 public boolean waitForBindRequest() {
63 return CtsApi29InCallService.waitForBindRequest();
DCtsApi29InCallService.java79 public static boolean waitForBindRequest() { in waitForBindRequest() method in CtsApi29InCallService
/cts/tests/tests/telecom/NonUiInCallServiceWoExport/aidl/android/telecom/cts/nonuiincallservicewoexport/
DICtsNonUiInCallServiceWoExportControl.aidl23 boolean waitForBindRequest(); in waitForBindRequest() method
/cts/tests/tests/telecom/Api29InCallServiceTestApp/aidl/android/telecom/cts/api29incallservice/
DICtsApi29InCallServiceControl.aidl30 boolean waitForBindRequest(); in waitForBindRequest() method
/cts/tests/tests/telecom/src/android/telecom/cts/
DNonUiInCallServiceTest.java73 boolean hasBound = controlInterface.waitForBindRequest(); in testMidCallComponentEnablement()
155 boolean hasBound = controlInterface.waitForBindRequest(); in testMidCallComponentEnablementWithNoneAvailableAtStart()
211 controlInterface.waitForBindRequest()); in testNullBinding()
DNonUiInCallServiceWoExportTest.java107 boolean hasBound = mControlInterface.waitForBindRequest(); in testTelecomCanBindToNonUiInCallServiceThatIsNotExported()