OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addDeviceSerial
(Results
1 - 7
of
7
) sorted by null
/cts/common/util/src/com/android/compatibility/common/util/
IInvocationResult.java
61
void
addDeviceSerial
(String serial);
InvocationResult.java
153
public void
addDeviceSerial
(String serial) {
LightInvocationResult.java
169
public void
addDeviceSerial
(String serial) {
ResultHandler.java
186
invocation.
addDeviceSerial
(device);
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
SubPlanHelperTest.java
168
result.
addDeviceSerial
(DEVICE_A);
169
result.
addDeviceSerial
(DEVICE_B);
/cts/common/util/tests/src/com/android/compatibility/common/util/
ResultHandlerTest.java
155
result.
addDeviceSerial
(DEVICE_A);
156
result.
addDeviceSerial
(DEVICE_B);
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ResultReporter.java
463
mResult.
addDeviceSerial
(deviceSerial);
Completed in 67 milliseconds