OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestDevice
(Results
1 - 3
of
3
) 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
59
public class
TestDevice
implements DeviceObserver {
136
TestDevice
(final String serialNumber) {
141
public
TestDevice
(IDevice device) {
198
* Return the Device instance associated with this
TestDevice
.
843
* Get the serial number of the {@link
TestDevice
}.
845
* @return the serial number of the {@link
TestDevice
}
1055
private
TestDevice
mTargetDevice;
1061
* @param
testDevice
the {@
TestDevice
} which got the timeout.
1064
TestDevice
testDevice)
[
all
...]
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 107 milliseconds