Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionTest.java171 control.checkBindStatus(true /* bindStatus */); in testBindToSupportNonUiInCallService()
195 control.checkBindStatus(true /* bindStatus */); in testBindToSupportDefaultDialerNoCarMode()
222 assertFalse(control.checkBindStatus(true /* bindStatus */)); in testNoBindToUnsupportDefaultDialerNoCarMode()
244 assertTrue(mCarModeIncallServiceControlOne.checkBindStatus(true /* bindStatus */)); in testEnterCarMode()
272 assertTrue(mCarModeIncallServiceControlOne.checkBindStatus(true /* bindStatus */)); in testChangeCarModeApp()
274 assertTrue(mCarModeIncallServiceControlOne.checkBindStatus(false /* bindStatus */)); in testChangeCarModeApp()
275 assertTrue(mCarModeIncallServiceControlTwo.checkBindStatus(true /* bindStatus */)); in testChangeCarModeApp()
302 assertTrue(mCarModeIncallServiceControlOne.checkBindStatus(true /* bindStatus */)); in testExitCarMode()
304 assertTrue(mCarModeIncallServiceControlOne.checkBindStatus(false /* bindStatus */)); in testExitCarMode()
DThirdPartyInCallServiceAppOpsPermissionTest.java137 return mICtsThirdPartyInCallServiceControl.checkBindStatus(bind); in assertBindStatus()
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallServiceControl.java35 public boolean checkBindStatus(boolean bind) {
36 return CtsThirdPartyInCallService.checkBindStatus(bind);
DCtsThirdPartyInCallService.java104 public static boolean checkBindStatus(boolean bind) { in checkBindStatus() method in CtsThirdPartyInCallService
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/aidl/android/telecom/cts/thirdptyincallservice/
DICtsThirdPartyInCallServiceControl.aidl21 boolean checkBindStatus(boolean bind); in checkBindStatus() method
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java97 public boolean checkBindStatus(boolean bind) {
98 return CtsCarModeInCallService.checkBindStatus(bind);
DCtsCarModeInCallService.java106 public static boolean checkBindStatus(boolean bind) { in checkBindStatus() method in CtsCarModeInCallService
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl29 boolean checkBindStatus(boolean bind); in checkBindStatus() method