Home
last modified time | relevance | path

Searched defs:devices (Results 1 – 20 of 20) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/recovery/
DRunConfigDeviceRecoveryTest.java75 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_allocated() local
86 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_offline() local
106 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_fastboot() local
122 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_run() local
/tools/acloud/public/actions/
Dcommon_operations.py77 def __init__(self, device_factory, devices=None): argument
230 def devices(self): member in DevicePool
/tools/test/connectivity/acts/tests/google/fugu/
Drelay.json9 "devices": [ array
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DHostStatsdMetricCollectorTest.java75 List<ITestDevice> devices = new ArrayList<>(); in testMetricCollection_binaryConfig_multiDevice() local
DAtraceCollectorTest.java348 List<ITestDevice> devices = new ArrayList<ITestDevice>(); in testMultipleDeviceBehavior() local
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DDeviceTracker.java79 Collection<ITestDevice> devices = new ArrayList<ITestDevice>(mAllocatedDeviceMap.values()); in freeAll() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/host/
DPrettyTestEventLogger.java41 public PrettyTestEventLogger(List<ITestDevice> devices) { in PrettyTestEventLogger()
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DUsbResetMultiDeviceRecovery.java57 public void recoverDevices(List<IManagedTestDevice> devices) { in recoverDevices()
/tools/acloud/public/
Ddevice_driver.py61 def __init__(self, cfg, devices=None): argument
272 def devices(self): member in AndroidVirtualDevicePool
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestFailureListener.java49 List<ITestDevice> devices, boolean bugReportOnFailure, boolean rebootOnFailure) { in TestFailureListener()
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DListDevicesOp.java107 protected void packResponseIntoJson(List<DeviceDescriptor> devices, in packResponseIntoJson()
/tools/test/graphicsbenchmark/functional_tests/native/
Dmprotect_test.cpp61 std::vector<VkPhysicalDevice> devices(deviceCount); in TEST() local
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java1018 Map<String, ITestDevice> devices = mScheduler.allocateDevices( in testAllocateDevices() local
1044 Map<String, ITestDevice> devices = mScheduler.allocateDevices( in testAllocateDevices_multipleDevices() local
1063 Map<String, ITestDevice> devices = mScheduler.allocateDevices( in testAllocateDevices_multipleDevices_failed() local
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DVkJsonTests.java44 List<VkJsonDevice> devices; field in VkJsonTests.VkJson
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceAvdInfo.java174 JSONArray devices = null; in parseGceInfoFromString() local
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py113 def devices(self): member in MockAdbProxy
143 def devices(self): member in MockFastbootProxy
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1046 Map<String, ITestDevice> devices = allocateDevices(config, manager); in processReadyCommands() local
1424 Map<String, ITestDevice> devices = allocateDevices(config, manager); in execCommand() local
1452 Map<String, ITestDevice> devices = new LinkedHashMap<String, ITestDevice>(); in allocateDevices() local
1572 private synchronized void throwIfDeviceInInvocationThread(List<ITestDevice> devices) { in throwIfDeviceInInvocationThread()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java831 private void logExecuteShellCommand(List<ITestDevice> devices, ITestLogger logger) { in logExecuteShellCommand()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java240 IDevice... devices) { in createDeviceManager()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java672 String devices = executeGlobalAdbCommand("devices"); in getEventFromFree() local