Home
last modified time | relevance | path

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

/tools/asuite/atest/tf_proto/
Dtest_record.proto121 // System under test became unavailable and never came back available again.
/tools/tradefederation/core/proto/
Dtest_record.proto133 // System under test became unavailable and never came back available again.
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1030 FreeDeviceState unavailable = null; in createReleaseMap() local
1033 unavailable = FreeDeviceState.UNRESPONSIVE; in createReleaseMap()
1036 unavailable = FreeDeviceState.UNAVAILABLE; in createReleaseMap()
1043 deviceStates.put(badDevice, unavailable); in createReleaseMap()