Home
last modified time | relevance | path

Searched refs:devicesStates (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/service/management/
DScheduledInvocationForwarder.java54 IInvocationContext context, Map<ITestDevice, FreeDeviceState> devicesStates) { in invocationComplete() argument
59 .invocationComplete(context, devicesStates); in invocationComplete()
DCommandStatusHandler.java39 IInvocationContext context, Map<ITestDevice, FreeDeviceState> devicesStates) { in invocationComplete() argument
/tools/tradefederation/core/src/com/android/tradefed/device/internal/
DDeviceReleaseReporter.java58 IInvocationContext context, Map<ITestDevice, FreeDeviceState> devicesStates) { in releaseDevices() argument
61 for (Entry<ITestDevice, FreeDeviceState> entry : devicesStates.entrySet()) { in releaseDevices()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java60 IInvocationContext context, Map<ITestDevice, FreeDeviceState> devicesStates) {} in releaseDevices() argument
70 IInvocationContext context, Map<ITestDevice, FreeDeviceState> devicesStates); in invocationComplete() argument
DCommandScheduler.java503 IInvocationContext context, Map<ITestDevice, FreeDeviceState> devicesStates) { in releaseDevices() argument
507 mDevicesStates = devicesStates; in releaseDevices()
509 mDeviceManager.freeDevice(device, devicesStates.get(device)); in releaseDevices()
516 IInvocationContext context, Map<ITestDevice, FreeDeviceState> devicesStates) { in invocationComplete() argument
518 devicesStates = mDevicesStates; in invocationComplete()
523 .invocationComplete(context, devicesStates); in invocationComplete()
529 releaseDevices(context, devicesStates); in invocationComplete()
547 IInvocationContext context, Map<ITestDevice, FreeDeviceState> devicesStates) { in releaseDevices() argument
555 mDeviceManager.freeDevice(device, devicesStates.get(device)); in releaseDevices()
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DRunConfigDeviceRecovery.java165 IInvocationContext context, Map<ITestDevice, FreeDeviceState> devicesStates) { in invocationComplete() argument
167 mDeviceManager.freeDevice(device, devicesStates.get(device)); in invocationComplete()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java502 Map<ITestDevice, FreeDeviceState> devicesStates = in performInvocation() local
506 scheduleListener.releaseDevices(context, devicesStates); in performInvocation()
1653 Map<ITestDevice, FreeDeviceState> devicesStates = in handleAndLogReleaseState() local
1655 if (devicesStates.size() >= 1) { in handleAndLogReleaseState()
1658 devicesStates.values().iterator().next().toString()); in handleAndLogReleaseState()
1662 for (Entry<ITestDevice, FreeDeviceState> fds : devicesStates.entrySet()) { in handleAndLogReleaseState()
1711 return devicesStates; in handleAndLogReleaseState()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java184 IInvocationContext metadata, Map<ITestDevice, FreeDeviceState> devicesStates) { in invocationComplete() argument
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java329 IInvocationContext metadata, Map<ITestDevice, FreeDeviceState> devicesStates) { in invocationComplete() argument