Home
last modified time | relevance | path

Searched refs:DEVICE_LOST_DETECTED (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DInvocationMetricLogger.java41 DEVICE_LOST_DETECTED("device_lost_detected", false), enumConstant
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java308 .get(InvocationMetricKey.DEVICE_LOST_DETECTED.toString()); in invocationComplete()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java1144 addInvocationMetric(InvocationMetricKey.DEVICE_LOST_DETECTED, countPhysicalLost); in handleAndLogReleaseState()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java663 context.addInvocationAttribute(InvocationMetricKey.DEVICE_LOST_DETECTED.toString(), "1");