Home
last modified time | relevance | path

Searched refs:addDeviceSerial (Results 1 – 5 of 5) sorted by relevance

/cts/common/util/src/com/android/compatibility/common/util/
DIInvocationResult.java56 void addDeviceSerial(String serial); in addDeviceSerial() method
DInvocationResult.java137 public void addDeviceSerial(String serial) { in addDeviceSerial() method in InvocationResult
DResultHandler.java129 invocation.addDeviceSerial(device); in getResults()
/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java150 result.addDeviceSerial(DEVICE_A); in testSerialization()
151 result.addDeviceSerial(DEVICE_B); in testSerialization()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java415 mResult.addDeviceSerial(deviceSerial); in finalizeResults()