Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 12 of 12) 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.java110 public static void resetLatchForServiceBound(boolean bind) { in resetLatchForServiceBound()
122 public static 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/app/ShortFgsTest/src/android/app/cts/shortfgstest/
DServiceBinder.java51 public static ServiceBinder bind(Context c, ComponentName cn, int flags) throws Exception { in bind() method in ServiceBinder
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl31 boolean checkBindStatus(boolean bind); in checkBindStatus()
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallService.java116 public static boolean checkBindStatus(boolean bind) { in checkBindStatus()
/cts/hostsidetests/network-policy/app/src/com/android/cts/netpolicy/hostside/
DMyServiceClient.java48 public void bind(int bindPriorityFlags) { in bind() method in MyServiceClient
/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceAppOpsPermissionTest.java169 private void assertBindStatus(boolean bind, boolean success) { in assertBindStatus()
/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.java1713 boolean bind(Context context) { in bind() method in ServiceTest.IsolatedConnectionInfo