Searched refs:logMatcher (Results 1 – 2 of 2) sorted by relevance
247 const AtomMatcher& logMatcher = config.atom_matcher(i); in initLogTrackers() local250 switch (logMatcher.contents_case()) { in initLogTrackers()253 logMatcher.id(), index, logMatcher.simple_atom_matcher(), uidMap)); in initLogTrackers()257 new CombinationLogMatchingTracker(logMatcher.id(), index)); in initLogTrackers()260 ALOGE("Matcher \"%lld\" malformed", (long long)logMatcher.id()); in initLogTrackers()264 if (logTrackerMap.find(logMatcher.id()) != logTrackerMap.end()) { in initLogTrackers()268 logTrackerMap[logMatcher.id()] = index; in initLogTrackers()269 matcherConfigs.push_back(logMatcher); in initLogTrackers()
488 private LogMaker logMatcher(int category, int type) { in logMatcher() method in NotificationStackScrollLayoutTest508 verify(mMetricsLogger).write(logMatcher(MetricsProto.MetricsEvent.ACTION_TOUCH_GEAR, in testOnMenuClickedLogging()522 verify(mMetricsLogger).write(logMatcher(MetricsProto.MetricsEvent.ACTION_REVEAL_GEAR, in testOnMenuShownLogging()