Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java45 public boolean isUnbound() {
46 return CtsCarModeInCallService.isUnbound();
DCtsCarModeInCallService.java81 public static boolean isUnbound() { in isUnbound() method in CtsCarModeInCallService
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl21 boolean isUnbound(); in isUnbound() method
/cts/tests/tests/telecom/src/android/telecom/cts/
DCarModeInCallServiceTest.java632 boolean isUnbound = false; in verifyCarModeUnbound()
634 isUnbound = control.isUnbound(); in verifyCarModeUnbound()
638 return isUnbound; in verifyCarModeUnbound()