HomeSort by relevance Sort by last modified time
    Searched refs:STATUS_IDLE (Results 1 - 4 of 4) sorted by null

  /cts/tools/host/test/com/android/cts/
DeviceManagerTests.java 131 assertEquals(TestDevice.STATUS_IDLE, d1.getStatus());
132 assertEquals(TestDevice.STATUS_IDLE, d2.getStatus());
133 assertEquals(TestDevice.STATUS_IDLE, d3.getStatus());
171 assertEquals(d1.getStatus(), TestDevice.STATUS_IDLE);
173 assertEquals(d3.getStatus(), TestDevice.STATUS_IDLE);
  /cts/tools/host/src/com/android/cts/
DeviceManager.java 96 if (td.getStatus() == TestDevice.STATUS_IDLE) {
125 if (td.getStatus() == TestDevice.STATUS_IDLE) {
259 if (td.getStatus() != TestDevice.STATUS_IDLE) {
272 * Reset the online {@link TestDevice} to STATUS_IDLE
278 device.setStatus(TestDevice.STATUS_IDLE);
TestDevice.java 69 public static final int STATUS_IDLE = 0;
70 public static final int STATUS_BUSY = STATUS_IDLE + 1;
71 public static final int STATUS_OFFLINE = STATUS_IDLE + 2;
130 mStatusMap.put(STATUS_IDLE, STATUS_STR_IDLE);
154 mStatus = STATUS_IDLE;
    [all...]
TestHost.java 624 if (td.getStatus() == TestDevice.STATUS_IDLE) {

Completed in 1605 milliseconds