HomeSort by relevance Sort by last modified time
    Searched refs:mIsExtendedDeviceInfoRun (Results 1 - 2 of 2) sorted by null

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsTestLogReporter.java 46 private boolean mIsExtendedDeviceInfoRun = false;
67 mIsExtendedDeviceInfoRun = DeviceInfoCollector.EXTENDED_IDS.contains(id);
70 } else if (mIsExtendedDeviceInfoRun) {
CtsXmlResultReporter.java 111 private boolean mIsExtendedDeviceInfoRun = false;
266 mIsExtendedDeviceInfoRun = DeviceInfoCollector.EXTENDED_IDS.contains(id);
267 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) {
278 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) {
288 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) {
299 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) {
317 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) {
329 } else if (mIsExtendedDeviceInfoRun) {

Completed in 26 milliseconds