Home
last modified time | relevance | path

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

/cts/common/util/src/com/android/compatibility/common/util/
DIInvocationResult.java61 void addDeviceSerial(String serial); in addDeviceSerial() method
DInvocationResult.java153 public void addDeviceSerial(String serial) { in addDeviceSerial() method in InvocationResult
DLightInvocationResult.java169 public void addDeviceSerial(String serial) { in addDeviceSerial() method in LightInvocationResult
DResultHandler.java186 invocation.addDeviceSerial(device); in getResultFromDir()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelperTest.java168 result.addDeviceSerial(DEVICE_A); in populateResults()
169 result.addDeviceSerial(DEVICE_B); in populateResults()
/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java155 result.addDeviceSerial(DEVICE_A); in testSerialization()
156 result.addDeviceSerial(DEVICE_B); in testSerialization()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java463 mResult.addDeviceSerial(deviceSerial); in finalizeResults()