Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DCtsTestLogReporter.java20 import com.android.cts.tradefed.device.DeviceInfoCollector;
68 mIsDeviceInfoRun = DeviceInfoCollector.IDS.contains(id); in testRunStarted()
69 mIsExtendedDeviceInfoRun = DeviceInfoCollector.EXTENDED_IDS.contains(id); in testRunStarted()
165 if (appPackageName.equals(DeviceInfoCollector.APP_PACKAGE_NAME)) { in logCompleteRun()
168 } else if (appPackageName.equals(DeviceInfoCollector.EXTENDED_APP_PACKAGE_NAME)) { in logCompleteRun()
DCtsXmlResultReporter.java20 import com.android.cts.tradefed.device.DeviceInfoCollector;
268 mIsDeviceInfoRun = DeviceInfoCollector.IDS.contains(id); in testRunStarted()
269 mIsExtendedDeviceInfoRun = DeviceInfoCollector.EXTENDED_IDS.contains(id); in testRunStarted()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/
DDeviceInfoCollectorFuncTest.java63 DeviceInfoCollector.collectDeviceInfo(getDevice(), UnitTests.ABI.getName(), new File( in testCollectDeviceInfo()
75 DeviceInfoCollector.collectExtendedDeviceInfo(getDevice(), UnitTests.ABI.getName(), in testExtendedDeviceInfo()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInfoCollector.java39 public class DeviceInfoCollector extends ApkInstrumentationPreparer { class
77 public DeviceInfoCollector() { in DeviceInfoCollector() method in DeviceInfoCollector
/cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DDeviceInfoCollector.java40 public class DeviceInfoCollector { class
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsTest.java22 import com.android.cts.tradefed.device.DeviceInfoCollector;
1100DeviceInfoCollector.collectDeviceInfo(device, abi, ctsBuild.getTestCasesDir(), listener); in collectDeviceInfo()
1101 DeviceInfoCollector.collectExtendedDeviceInfo( in collectDeviceInfo()