Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java1101 int countVirtualLost = 0; in handleAndLogReleaseState() local
1106 countVirtualLost++; in handleAndLogReleaseState()
1124 } else if (countVirtualLost > 0) { in handleAndLogReleaseState()
1125 addInvocationMetric(InvocationMetricKey.VIRTUAL_DEVICE_LOST_DETECTED, countVirtualLost); in handleAndLogReleaseState()