Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DCtsTestLogReporter.java48 private boolean mIsExtendedDeviceInfoRun = false; field in CtsTestLogReporter
69 mIsExtendedDeviceInfoRun = DeviceInfoCollector.EXTENDED_IDS.contains(id); in testRunStarted()
72 } else if (mIsExtendedDeviceInfoRun) { in testRunStarted()
89 if (mIsExtendedDeviceInfoRun) { in testStarted()
100 if (mIsExtendedDeviceInfoRun) { in testFailed()
111 if (mIsExtendedDeviceInfoRun) { in testAssumptionFailure()
123 if (mIsExtendedDeviceInfoRun) { in testEnded()
146 if (mIsExtendedDeviceInfoRun) { in invocationEnded()
DCtsXmlResultReporter.java113 private boolean mIsExtendedDeviceInfoRun = false; field in CtsXmlResultReporter
269 mIsExtendedDeviceInfoRun = DeviceInfoCollector.EXTENDED_IDS.contains(id); in testRunStarted()
270 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) { in testRunStarted()
281 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) { in testStarted()
291 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) { in testFailed()
302 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) { in testAssumptionFailure()
320 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) { in testEnded()
332 } else if (mIsExtendedDeviceInfoRun) { in testRunEnded()