/cts/tests/tests/database/src/android/database/cts/ |
D | DatabaseUtils_InsertHelperTest.java | 113 mInsertHelper.bind(mInsertHelper.getColumnIndex("boolean_value"), true); in testInsert() 114 mInsertHelper.bind(mInsertHelper.getColumnIndex("int_value"), 10); in testInsert() 115 mInsertHelper.bind(mInsertHelper.getColumnIndex("long_value"), 1000L); in testInsert() 116 mInsertHelper.bind(mInsertHelper.getColumnIndex("double_value"), 123.456); in testInsert() 117 mInsertHelper.bind(mInsertHelper.getColumnIndex("float_value"), 1.0f); in testInsert() 118 mInsertHelper.bind(mInsertHelper.getColumnIndex("string_value"), "test insert"); in testInsert() 120 mInsertHelper.bind(mInsertHelper.getColumnIndex("blob_value"), blob); in testInsert() 142 mInsertHelper.bind(mInsertHelper.getColumnIndex("_id"), id); in testInsert() 209 mInsertHelper.bind(mInsertHelper.getColumnIndex("boolean_value"), true); in testReplace() 210 mInsertHelper.bind(mInsertHelper.getColumnIndex("int_value"), 10); in testReplace() [all …]
|
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/ |
D | CtsThirdPartyInCallServiceControl.java | 35 public boolean checkBindStatus(boolean bind) { 36 return CtsThirdPartyInCallService.checkBindStatus(bind); 45 public void resetLatchForServiceBound(boolean bind) { 46 CtsThirdPartyInCallService.resetLatchForServiceBound(bind);
|
D | CtsThirdPartyInCallService.java | 92 public static void resetLatchForServiceBound(boolean bind) { in resetLatchForServiceBound() argument 94 if (bind) { in resetLatchForServiceBound() 104 public static boolean checkBindStatus(boolean bind) { in checkBindStatus() argument 106 "checking latch status: service " + (bind ? "bound" : "not bound")); in checkBindStatus() 107 return bind ? in checkBindStatus()
|
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/aidl/android/telecom/cts/thirdptyincallservice/ |
D | ICtsThirdPartyInCallServiceControl.aidl | 21 boolean checkBindStatus(boolean bind); in checkBindStatus() argument 27 void resetLatchForServiceBound(boolean bind); in resetLatchForServiceBound() argument
|
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/ |
D | BindDeviceAdminServiceGoodSetupTest.java | 88 bind(implicitIntent, EMPTY_SERVICE_CONNECTION, targetUser); in testCannotBind_implicitIntent() 104 bind(notResolvableIntent, EMPTY_SERVICE_CONNECTION, targetUser)); in testCannotBind_notResolvableIntent() 115 bind(serviceIntent, EMPTY_SERVICE_CONNECTION, targetUser); in testCannotBind_unprotectedCrossUserService() 132 bind(serviceIntent, EMPTY_SERVICE_CONNECTION, targetUser); in testCheckCannotBind_nonManagingPackage() 146 bind(serviceIntent, EMPTY_SERVICE_CONNECTION, Process.myUserHandle()); in testCannotBind_sameUser() 203 assertTrue(bind(serviceIntent, serviceConnection, targetUserHandle)); in assertCrossProfileCall() 217 private boolean bind(Intent serviceIntent, ServiceConnection serviceConnection, in bind() method in BindDeviceAdminServiceGoodSetupTest
|
D | BindDeviceAdminServiceFailsTest.java | 70 bind(serviceIntent, EMPTY_SERVICE_CONNECTION, otherProfile); in checkCannotBind() 78 private boolean bind(Intent serviceIntent, ServiceConnection serviceConnection, in bind() method in BindDeviceAdminServiceFailsTest
|
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/ |
D | CtsCarModeInCallService.java | 106 public static boolean checkBindStatus(boolean bind) { in checkBindStatus() argument 107 Log.i(TAG, "checking latch status: service " + (bind ? "bound" : "not bound")); in checkBindStatus() 108 return bind ? checkLatch(sBoundLatch) : checkLatch(sUnboundLatch); in checkBindStatus()
|
D | CtsCarModeInCallServiceControl.java | 97 public boolean checkBindStatus(boolean bind) { 98 return CtsCarModeInCallService.checkBindStatus(bind);
|
/cts/tests/app/src/android/app/cts/android/app/cts/tools/ |
D | ServiceConnectionHandler.java | 138 public void bind() { in bind() method in ServiceConnectionHandler 139 bind(mDefaultWaitTime); in bind() 142 public void bind(long timeout) { in bind() method in ServiceConnectionHandler
|
D | ServiceProcessController.java | 208 mConnections[i].bind(timeout); in ensureProcessGone()
|
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/ |
D | ICtsCarModeInCallServiceControl.aidl | 29 boolean checkBindStatus(boolean bind); in checkBindStatus() argument
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | ThirdPartyInCallServiceAppOpsPermissionTest.java | 127 private void assertBindStatus(boolean bind, boolean success) { in assertBindStatus() argument 137 return mICtsThirdPartyInCallServiceControl.checkBindStatus(bind); in assertBindStatus() 143 }, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS, "Unable to " + (bind ? "Bind" : "Unbind") in assertBindStatus()
|
/cts/tests/tests/os/src/android/os/image/cts/ |
D | DynamicSystemClientTest.java | 67 dSClient.bind(); in testDynamicSystemClient() 102 dSClient.bind(); in testDynamicSystemClient_withoutOnStatusChangedListener()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | ReadElf.java | 78 public final int bind; field in ReadElf.Symbol 83 this.bind = (st_info >> 4) & 0x0F; in Symbol() 93 switch (bind) { in toBind() 101 return "STB_??? (" + bind + ")"; in toBind()
|
/cts/tests/tests/os/assets/minijail/ |
D | isolated-common-not-i386.policy | 7 bind: return EPERM
|
/cts/hostsidetests/theme/ |
D | avd.py | 30 s.bind(('', 0))
|
/cts/tests/tests/selinux/common/jni/ |
D | android_security_SELinuxTargetSdkTest.cpp | 85 int ret = bind(sock,(struct sockaddr *)&addr,sizeof(addr)); in checkNetlinkRouteBind()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-10229/ |
D | poc.c | 58 bind(s, (struct sockaddr*)&addr, 128); in udp_recv()
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/proxy/ |
D | PacFileServer.java | 99 serverConnection.bind(connection, new BasicHttpParams()); in run()
|
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerProcessStateTest.java | 339 conn.bind(); in testUidImportanceListener() 340 conn2.bind(); in testUidImportanceListener() 363 conn.bind(); in testUidImportanceListener() 402 conn.bind(); in testUidImportanceListener() 403 conn2.bind(); in testUidImportanceListener() 429 conn2.bind(); in testUidImportanceListener() 438 conn.bind(); in testUidImportanceListener() 505 conn.bind(); in testBackgroundCheckService() 675 conn.bind(); in testBackgroundCheckStopsService() 676 conn2.bind(); in testBackgroundCheckStopsService() [all …]
|
D | ServiceTest.java | 1608 boolean bind(Context context) { in bind() method in ServiceTest.IsolatedConnectionInfo 1692 ci.bind(context); in doBind() 1699 boolean result = connections[i].bind(context); in doBind()
|
/cts/suite/audio_quality/test_description/ |
D | processing_main.py | 210 s.bind((HOST, PORT))
|
/cts/libs/testserver/src/android/webkit/cts/ |
D | TestWebServer.java | 582 conn.bind(socket, params); in run()
|
/cts/apps/CtsVerifier/assets/scripts/ |
D | execute_power_tests.py | 194 dummysocket.bind(("localhost", 0))
|
/cts/apps/CameraITS/utils/ |
D | its_session_utils.py | 131 socket_lock.bind((ItsSession.IPADDR, ItsSession.LOCK_PORT))
|