Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl23 boolean isUnbound(); in isUnbound() method
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java51 public boolean isUnbound() {
52 return CtsCarModeInCallService.isUnbound();
DCtsCarModeInCallService.java84 public static boolean isUnbound() { in isUnbound() method in CtsCarModeInCallService
/cts/tests/tests/telecom/src/android/telecom/cts/
DCarModeInCallServiceTest.java698 boolean isUnbound = false; in verifyCarModeUnbound()
700 isUnbound = control.isUnbound(); in verifyCarModeUnbound()
704 return isUnbound; in verifyCarModeUnbound()