Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DDeviceInfoCollector.java55 public static final Set<String> EXTENDED_IDS = new HashSet<String>(); field in DeviceInfoCollector
60 EXTENDED_IDS.add(AbiUtils.createId(abi, EXTENDED_APP_PACKAGE_NAME)); in AbiUtils.createId()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DCtsTestLogReporter.java69 mIsExtendedDeviceInfoRun = DeviceInfoCollector.EXTENDED_IDS.contains(id); in testRunStarted()
DCtsXmlResultReporter.java269 mIsExtendedDeviceInfoRun = DeviceInfoCollector.EXTENDED_IDS.contains(id); in testRunStarted()