Searched refs:DeviceInfoCollector (Results 1 – 6 of 6) sorted by relevance
20 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()
20 import com.android.cts.tradefed.device.DeviceInfoCollector;268 mIsDeviceInfoRun = DeviceInfoCollector.IDS.contains(id); in testRunStarted()269 mIsExtendedDeviceInfoRun = DeviceInfoCollector.EXTENDED_IDS.contains(id); in testRunStarted()
63 DeviceInfoCollector.collectDeviceInfo(getDevice(), UnitTests.ABI.getName(), new File( in testCollectDeviceInfo()75 DeviceInfoCollector.collectExtendedDeviceInfo(getDevice(), UnitTests.ABI.getName(), in testExtendedDeviceInfo()
39 public class DeviceInfoCollector extends ApkInstrumentationPreparer { class77 public DeviceInfoCollector() { in DeviceInfoCollector() method in DeviceInfoCollector
40 public class DeviceInfoCollector { class
22 import com.android.cts.tradefed.device.DeviceInfoCollector;1100 … DeviceInfoCollector.collectDeviceInfo(device, abi, ctsBuild.getTestCasesDir(), listener); in collectDeviceInfo()1101 DeviceInfoCollector.collectExtendedDeviceInfo( in collectDeviceInfo()