Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DRuntimeRestartCollector.java82 private List<ITestDevice> mTestDevices; field in RuntimeRestartCollector
97 mTestDevices = getDevices(); in onTestRunStart()
98 mIncludeDeviceSerial = (mTestDevices.size() > 1); in onTestRunStart()
99 for (ITestDevice device : mTestDevices) { in onTestRunStart()
135 for (ITestDevice device : mTestDevices) { in onTestRunEnd()
174 for (ITestDevice device : mTestDevices) { in onTestRunEnd()
DRebootReasonCollector.java48 private List<ITestDevice> mTestDevices; field in RebootReasonCollector
55 mTestDevices = getDevices(); in onTestRunStart()
56 for (ITestDevice device : mTestDevices) { in onTestRunStart()
74 for (ITestDevice device : mTestDevices) { in onTestRunEnd()