Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java64 ITestDevice primaryDevice = context.getDevices().get(0); in invocationStarted() local
67 mDeviceSerial = primaryDevice.getSerialNumber().replace("%", "%%"); in invocationStarted()