Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/aidl/android/telecom/cts/thirdptyincallservice/
DICtsThirdPartyInCallServiceControl.aidl21 boolean checkBindStatus(boolean bind); in checkBindStatus()
27 void resetLatchForServiceBound(boolean bind); in resetLatchForServiceBound()
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallService.java92 public static void resetLatchForServiceBound(boolean bind) { in resetLatchForServiceBound()
104 public static boolean checkBindStatus(boolean bind) { in checkBindStatus()
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl29 boolean checkBindStatus(boolean bind); in checkBindStatus()
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DServiceConnectionHandler.java138 public void bind() { in bind() method in ServiceConnectionHandler
142 public void bind(long timeout) { in bind() method in ServiceConnectionHandler
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
DBindDeviceAdminServiceFailsTest.java78 private boolean bind(Intent serviceIntent, ServiceConnection serviceConnection, in bind() method in BindDeviceAdminServiceFailsTest
DBindDeviceAdminServiceGoodSetupTest.java217 private boolean bind(Intent serviceIntent, ServiceConnection serviceConnection, in bind() method in BindDeviceAdminServiceGoodSetupTest
/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceAppOpsPermissionTest.java127 private void assertBindStatus(boolean bind, boolean success) { in assertBindStatus()
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallService.java106 public static boolean checkBindStatus(boolean bind) { in checkBindStatus()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java78 public final int bind; field in ReadElf.Symbol
/cts/tests/app/src/android/app/cts/
DServiceTest.java1608 boolean bind(Context context) { in bind() method in ServiceTest.IsolatedConnectionInfo