OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestDevice
(Results
1 - 2
of
2
) sorted by null
/cts/tools/host/test/com/android/cts/
DeviceManagerTests.java
24
private
TestDevice
d1, d2, d3;
32
d1 = new
TestDevice
(d1SerialNumber);
33
d2 = new
TestDevice
(d2SerialNumber);
34
d3 = new
TestDevice
(d3SerialNumber);
48
TestDevice
[] devices;
82
d1.setStatus(
TestDevice
.STATUS_BUSY);
83
d3.setStatus(
TestDevice
.STATUS_OFFLINE);
100
TestDevice
[] devices;
119
d1.setStatus(
TestDevice
.STATUS_BUSY);
120
d2.setStatus(
TestDevice
.STATUS_OFFLINE)
[
all
...]
/cts/tools/host/src/com/android/cts/
TestDevice.java
53
public class
TestDevice
implements DeviceObserver {
128
TestDevice
(final String serialNumber) {
133
public
TestDevice
(IDevice device) {
186
* Return the Device instance associated with this
TestDevice
.
791
* Get the serial number of the {@link
TestDevice
}.
793
* @return the serial number of the {@link
TestDevice
}
996
private
TestDevice
mTargetDevice;
1002
* @param
testDevice
the {@
TestDevice
} which got the timeout.
1005
TestDevice
testDevice)
[
all
...]
Completed in 349 milliseconds