OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_OFFLINE
(Results
1 - 4
of
4
) sorted by null
/cts/tools/host/test/com/android/cts/
DeviceManagerTests.java
83
d3.setStatus(TestDevice.
STATUS_OFFLINE
);
120
d2.setStatus(TestDevice.
STATUS_OFFLINE
);
144
d2.setStatus(TestDevice.
STATUS_OFFLINE
);
167
d2.setStatus(TestDevice.
STATUS_OFFLINE
);
172
assertEquals(d2.getStatus(), TestDevice.
STATUS_OFFLINE
);
/cts/tools/host/src/com/android/cts/
TestDevice.java
71
public static final int
STATUS_OFFLINE
= STATUS_IDLE + 2;
132
mStatusMap.put(
STATUS_OFFLINE
, STATUS_STR_OFFLINE);
989
if (mStatus !=
STATUS_OFFLINE
) {
[
all
...]
DeviceManager.java
277
if (device.getStatus() != TestDevice.
STATUS_OFFLINE
) {
TestPackage.java
623
if (testDevice.getStatus() == TestDevice.
STATUS_OFFLINE
) {
[
all
...]
Completed in 109 milliseconds