Searched refs:mAutoCollectors (Results 1 – 1 of 1) sorted by relevance
249 private Set<AutoLogCollector> mAutoCollectors = new LinkedHashSet<>(); field in CommandOptions628 return mAutoCollectors; in getAutoLogCollectors()634 mAutoCollectors = autoLogCollectors; in setAutoLogCollectors()791 if (mAutoCollectors.contains(AutoLogCollector.DEVICE_TRACE)) { in reportingTags()