Searched refs:logMatcher (Results 1 – 2 of 2) sorted by relevance
147 const AtomMatcher& logMatcher = config.atom_matcher(i); in initLogTrackers() local150 switch (logMatcher.contents_case()) { in initLogTrackers()153 logMatcher.id(), index, logMatcher.simple_atom_matcher(), uidMap)); in initLogTrackers()157 new CombinationLogMatchingTracker(logMatcher.id(), index)); in initLogTrackers()160 ALOGE("Matcher \"%lld\" malformed", (long long)logMatcher.id()); in initLogTrackers()164 if (logTrackerMap.find(logMatcher.id()) != logTrackerMap.end()) { in initLogTrackers()168 logTrackerMap[logMatcher.id()] = index; in initLogTrackers()169 matcherConfigs.push_back(logMatcher); in initLogTrackers()
419 private LogMaker logMatcher(int category, int type) { in logMatcher() method in NotificationStackScrollLayoutTest439 verify(mMetricsLogger).write(logMatcher(MetricsProto.MetricsEvent.ACTION_TOUCH_GEAR, in testOnMenuClickedLogging()455 verify(mMetricsLogger).write(logMatcher(MetricsProto.MetricsEvent.ACTION_REVEAL_GEAR, in testOnMenuShownLogging()