/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 | 110 public static void resetLatchForServiceBound(boolean bind) { in resetLatchForServiceBound() argument 112 if (bind) { in resetLatchForServiceBound() 122 public static boolean checkBindStatus(boolean bind) { in checkBindStatus() argument 124 "checking latch status: service " + (bind ? "bound" : "not bound")); in checkBindStatus() 125 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 | 116 public static boolean checkBindStatus(boolean bind) { in checkBindStatus() argument 117 Log.i(TAG, "checking latch status: service " + (bind ? "bound" : "not bound")); in checkBindStatus() 118 return bind ? checkLatch(sBoundLatch) : checkLatch(sUnboundLatch); in checkBindStatus()
|
D | CtsCarModeInCallServiceControl.java | 103 public boolean checkBindStatus(boolean bind) { 104 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/src/android/telecom/cts/ |
D | ThirdPartyInCallServiceAppOpsPermissionTest.java | 169 private void assertBindStatus(boolean bind, boolean success) { in assertBindStatus() argument 179 return mICtsThirdPartyInCallServiceControl.checkBindStatus(bind); in assertBindStatus() 185 }, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS, "Unable to " + (bind ? "Bind" : "Unbind") in assertBindStatus()
|
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/ |
D | ICtsCarModeInCallServiceControl.aidl | 31 boolean checkBindStatus(boolean bind); in checkBindStatus() argument
|
/cts/tests/tests/os/src/android/os/image/cts/ |
D | DynamicSystemClientTest.java | 69 dSClient.bind(); in testDynamicSystemClient() 104 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/app/ShortFgsTest/src/android/app/cts/shortfgstest/ |
D | ServiceBinder.java | 51 public static ServiceBinder bind(Context c, ComponentName cn, int flags) throws Exception { in bind() method in ServiceBinder
|
D | ActivityManagerShortFgsTest.java | 695 try (ServiceBinder b = ServiceBinder.bind(sContext, FGS0, Context.BIND_AUTO_CREATE)) { in testCannotMakeShortFgsIfBoundButNotStarted() 725 try (ServiceBinder b = ServiceBinder.bind(sContext, FGS0, in testCanMakeShortFgsIfBoundAndStarted()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-10229/ |
D | poc.c | 58 bind(s, (struct sockaddr*)&addr, 128); in udp_recv()
|
/cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/ |
D | DownloadManagerTest.java | 88 serverSocket.bind(null); in testPerDomainCleartextAccepted() 179 s.bind(null); in bindTLSServer()
|
/cts/tests/tests/selinux/common/jni/ |
D | android_security_SELinuxTargetSdkTest.cpp | 130 int ret = bind(sock,(struct sockaddr *)&addr,sizeof(addr)); in checkNetlinkRouteBind()
|
/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 | 382 conn.bind(); in testUidImportanceListener() 383 conn2.bind(); in testUidImportanceListener() 406 conn.bind(); in testUidImportanceListener() 445 conn.bind(); in testUidImportanceListener() 446 conn2.bind(); in testUidImportanceListener() 472 conn2.bind(); in testUidImportanceListener() 481 conn.bind(); in testUidImportanceListener() 548 conn.bind(); in testBackgroundCheckService() 718 conn.bind(); in testBackgroundCheckStopsService() 719 conn2.bind(); in testBackgroundCheckStopsService() [all …]
|
D | ServiceTest.java | 1708 boolean bind(Context context) { in bind() method in ServiceTest.IsolatedConnectionInfo 1792 ci.bind(context); in doBind() 1799 boolean result = connections[i].bind(context); in doBind()
|
/cts/tests/net/src/android/net/cts/ |
D | LocalSocketTest.java | 84 serverSocket.bind(localServerSocket.getLocalSocketAddress()); in testLocalConnections() 155 socket.bind(addr); in testAccessors()
|