Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 26) sorted by relevance

12

/tools/tradefederation/core/tests/src/com/android/tradefed/util/keystore/
DJSONFileKeyStoreFactoryTest.java75 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_same() local
86 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_modified() local
102 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_null() local
119 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_primaryFileModified() local
136 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_hostBasedFileModified() local
153 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_primaryFileNotAccessible() local
170 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_hostBasedFileNotAccessible() local
187 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_valueOverriddenWhenHostNameMatches() local
203 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_valueUnchangedWhenNoHostNameMatch() local
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dsocket_test_utils.py56 def listen_accept_android_socket(client, argument
78 def send_recv_data_android_sockets(client, argument
137 def send_recv_data_datagram_sockets(client, argument
179 def _client_socket(client, server_ip, server_port, client_ip, client_port, q): argument
188 def open_connect_socket(client, argument
261 def send_recv_data_sockets(client, server, client_sock, server_sock): argument
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/utils_lib/
Dwlan_utils.py34 client, argument
155 def associate(client, argument
178 def status(client): argument
195 def disconnect(client): argument
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/
DTerminateClearcutClient.java23 public TerminateClearcutClient(ClearcutClient client) { in TerminateClearcutClient()
/tools/loganalysis/tests/src/com/android/loganalysis/item/
DLocationDumpsItemTest.java71 LocationInfoItem client = item.getLocationClients().iterator().next(); in testGetLocationDumps() local
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DParentShardReplicate.java39 public static void replicatedSetup(IConfiguration config, IKeyStoreClient client) { in replicatedSetup()
DShardHelper.java248 IKeyStoreClient client = null; in cloneConfigObject() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/
DFakeSocketServerHelper.java52 Socket client = null; in run() local
/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DLocationServiceParserTest.java66 LocationInfoItem client = locationClients.getLocationClients().iterator().next(); in testLocationClientParser() local
/tools/metalava/src/test/java/com/android/tools/metalava/apilevels/
DApiGeneratorTest.kt102 val client = object : LintCliClient() { in Extract API levels() constant
/tools/tradefederation/core/src/com/android/tradefed/util/
DBluetoothUtils.java213 Sl4aClient client = new Sl4aClient(device, sl4aApkFile); in enableBtsnoopLogging() local
245 Sl4aClient client = new Sl4aClient(device, sl4aApkFile); in disableBtsnoopLogging() local
249 public static boolean toggleBtsnoopLogging(Sl4aClient client, boolean onOff) in toggleBtsnoopLogging()
DSl4aBluetoothUtil.java224 void setSl4a(ITestDevice device, Sl4aClient client) { in setSl4a()
225 mSl4aClients.put(device.getSerialNumber(), client); in setSl4a() local
267 Sl4aClient client = getSl4aClient(device); in getAddress() local
289 Sl4aClient client = getSl4aClient(device); in getBondedDevices() local
363 Sl4aClient client = getSl4aClient(device); in unpairAll() local
570 Sl4aClient client = getSl4aClient(device); in toggleState() local
606 Sl4aClient client = Sl4aClient.startSL4A(device, null); in getSl4aClient() local
DSubprocessTestResultsParser.java159 Socket client = null; in run() local
/tools/acloud/internal/lib/
Dbase_cloud_client_test.py61 client): argument
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandRunner.java102 ClearcutClient client = new ClearcutClient(); in run() local
DICommandScheduler.java330 public void setClearcutClient(ClearcutClient client); in setClearcutClient()
DConsole.java1148 ClearcutClient client = new ClearcutClient(); in startConsole() local
DCommandScheduler.java1839 private void handoverDevices(IRemoteClient client) throws RemoteException { in handoverDevices()
2388 public void setClearcutClient(ClearcutClient client) { in setClearcutClient()
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DSoftApTest.py466 def verify_soft_ap_associate_only(self, client, settings): argument
470 def verify_soft_ap_associate_and_ping(self, client, settings): argument
479 def verify_soft_ap_associate_and_pass_traffic(self, client, settings): argument
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java46 public Sl4aEventDispatcher(Sl4aClient client, long timeout) { in Sl4aEventDispatcher()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DStreamProtoReceiver.java162 Socket client = null; in run() local
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterLogSaver.java359 final IClusterClient client = getClusterClient(); in invocationEnded() local
DClusterCommandScheduler.java658 final IClusterClient client = getClusterClient(); in execManagedClusterCommand() local
/tools/metalava/src/main/java/com/android/tools/metalava/
DDocAnalyzer.kt678 val client = object : LintCliClient() { in <lambda>() constant
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfiguration.java285 public IConfiguration partialDeepClone(List<String> objectToDeepClone, IKeyStoreClient client) in partialDeepClone()

12