Searched refs:mIsExtendedDeviceInfoRun (Results 1 – 2 of 2) sorted by relevance
48 private boolean mIsExtendedDeviceInfoRun = false; field in CtsTestLogReporter69 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()
113 private boolean mIsExtendedDeviceInfoRun = false; field in CtsXmlResultReporter269 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()