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.java233 control.checkBindStatus(true /* bindStatus */); in testBindToSupportNonUiInCallService()
234 assertTrue(control.checkBindStatus(true /* bindStatus */)); in testBindToSupportNonUiInCallService()
260 assertTrue(control.checkBindStatus(true /* bindStatus */)); in testBindToSupportDefaultDialerNoCarMode()
287 assertFalse(control.checkBindStatus(true /* bindStatus */)); in testNoBindToUnsupportDefaultDialerNoCarMode()
313 assertTrue(mCarModeIncallServiceControlOne.checkBindStatus(true /* bindStatus */)); in testEnterCarMode()
438 assertTrue(mCarModeIncallServiceControlOne.checkBindStatus(true /* bindStatus */)); in testIncomingVideoCallWithNoVideoSupportInCarMode()
551 assertTrue(mCarModeIncallServiceControlOne.checkBindStatus(true /* bindStatus */)); in testSwapInCallServicesForSelfManagedCSCall()
619 assertTrue(mCarModeIncallServiceControlOne.checkBindStatus(true /* bindStatus */)); in testChangeCarModeApp()
621 assertTrue(mCarModeIncallServiceControlOne.checkBindStatus(false /* bindStatus */)); in testChangeCarModeApp()
622 assertTrue(mCarModeIncallServiceControlTwo.checkBindStatus(true /* bindStatus */)); in testChangeCarModeApp()
[all …]
DThirdPartyInCallServiceAppOpsPermissionTest.java179 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.java122 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/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl31 boolean checkBindStatus(boolean bind); in checkBindStatus() method
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java103 public boolean checkBindStatus(boolean bind) {
104 return CtsCarModeInCallService.checkBindStatus(bind);
DCtsCarModeInCallService.java116 public static boolean checkBindStatus(boolean bind) { in checkBindStatus() method in CtsCarModeInCallService