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

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsTestLogReporter.java 45 private boolean mIsDeviceInfoRun = false;
66 mIsDeviceInfoRun = DeviceInfoCollector.IDS.contains(id);
68 if (mIsDeviceInfoRun) {
CtsXmlResultReporter.java 110 private boolean mIsDeviceInfoRun = false;
265 mIsDeviceInfoRun = DeviceInfoCollector.IDS.contains(id);
267 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) {
278 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) {
288 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) {
299 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) {
317 if (!mIsDeviceInfoRun && !mIsExtendedDeviceInfoRun) {
327 if (mIsDeviceInfoRun) {

Completed in 33 milliseconds