Home
last modified time | relevance | path

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

123

/tools/tradefederation/core/javatests/com/android/tradefed/device/recovery/
DRunConfigDeviceRecoveryTest.java78 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_allocated() local
86 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_offline() local
103 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_fastboot() local
116 List<IManagedTestDevice> devices = new ArrayList<>(); in testRecoverDevice_run() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DFastbootHelper.java112 HashMap<String, Boolean> devices = new LinkedHashMap<>(); in getBootloaderAndFastbootdDevices() local
135 HashMap<String, Boolean> devices = new LinkedHashMap<>(); in getBootloaderAndFastbootdTcpDevices() local
/tools/test/connectivity/acts_tests/tests/google/fugu/
Drelay.json9 "devices": [ array
/tools/asuite/atest/unittest_data/acloud/
Dcreate_failure.json4 "devices": [ array
Dcreate_success.json4 "devices": [ array
Dcreate_success_local_instance.json4 "devices": [ array
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DPairingMultiTargetPreparer.java156 List<ITestDevice> devices = new ArrayList<>(deviceInfos.keySet()); in setDeviceInfos() local
/tools/acloud/public/actions/
Dcommon_operations.py82 def __init__(self, device_factory, devices=None): argument
181 def devices(self): member in DevicePool
/tools/tradefederation/core/src/com/android/tradefed/command/
DDeviceAllocationResult.java35 public void addAllocatedDevices(Map<String, ITestDevice> devices) { in addAllocatedDevices()
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java1152 Map<String, ITestDevice> devices = results.getAllocatedDevices(); in testAllocateDevices() local
1179 Map<String, ITestDevice> devices = results.getAllocatedDevices(); in testAllocateDevices_replicated() local
1217 Map<String, ITestDevice> devices = results.getAllocatedDevices(); in testAllocateDevices_multipleDevices() local
1238 Map<String, ITestDevice> devices = results.getAllocatedDevices(); in testAllocateDevices_multipleDevices_failed() local
1415 HashMap<String, ITestDevice> devices = devicesCapture.getValue(); in testExecCommand_reservedAndNullDevices() local
/tools/acloud/public/
Ddevice_driver.py58 def __init__(self, cfg, devices=None): argument
271 def devices(self): member in AndroidVirtualDevicePool
/tools/netsim/rust/daemon/src/
Dlib.rs31 mod devices; module
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/host/
DPrettyTestEventLogger.java43 public PrettyTestEventLogger(List<ITestDevice> devices) { in PrettyTestEventLogger()
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DUsbResetMultiDeviceRecovery.java62 public void recoverDevices(List<IManagedTestDevice> devices) { in recoverDevices()
/tools/tradefederation/core/src/com/android/tradefed/service/management/
DTestInvocationManagementServer.java179 List<ITestDevice> devices = null; in submitTestCommand() local
329 List<ITestDevice> devices = new ArrayList<>(); in getReservedDevices() local
/tools/tradefederation/core/src/com/android/tradefed/retry/
DBaseRetryDecision.java510 List<ITestDevice> devices, int lastAttempt, ModuleDefinition module) in recoverStateOfDevices()
539 private void resetIsolation(ModuleDefinition module, List<ITestDevice> devices) in resetIsolation()
564 protected void isolateRetry(List<ITestDevice> devices) throws DeviceNotAvailableException { in isolateRetry()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DIClusterClient.java58 final List<ClusterDeviceInfo> devices, in leaseHostCommands()
DClusterCommandScheduler.java534 MultiMap<String, DeviceDescriptor> devices = getAvailableDevices(manager); in processReadyCommands() local
575 final MultiMap<String, DeviceDescriptor> devices = new MultiMap<>(); in getDevices() local
645 List<ClusterCommand> fetchHostCommands(final MultiMap<String, DeviceDescriptor> devices) { in fetchHostCommands()
DClusterDeviceMonitor.java108 final List<DeviceDescriptor> devices = listDevices(); in dispatch() local
/tools/netsim/proto/netsim/
Dstartup.proto55 repeated Device devices = 1; field
/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/
DGceAvdInfoTest.java370 JSONArray devices = res.getJSONObject("data").getJSONArray("devices"); in testCfStartTimeMetricsAdded() local
763 JSONArray devices = res.getJSONObject("data").getJSONArray("devices"); in testCfFetchCvdWrapperMetrics() local
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/
Dota_chamber.py31 def destroy(devices): argument
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java277 List<ITestDevice> devices) { in runTestCase()
414 private String[] buildCommand(UiConductorTestCase testCase, List<ITestDevice> devices) { in buildCommand()
/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/
DUsbHelper.java216 Pointer[] devices = list.getPointerArray(0, count); in iterator() local
/tools/netsim/ui/ts/
Ddevice-observer.ts122 devices: Device[]; property

123