Home
last modified time | relevance | path

Searched refs:ruleMatches (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/trace/
DInputTracingPerfettoBackend.h84 bool ruleMatches(const TraceRule&, const TracedEventMetadata&) const;
DInputTracingPerfettoBackend.cpp142 if (ruleMatches(rule, metadata)) { in resolveTraceLevel()
150 bool PerfettoBackend::InputEventDataSource::ruleMatches(const TraceRule& rule, in ruleMatches() function in android::inputdispatcher::trace::impl::PerfettoBackend::InputEventDataSource
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java951 if (ruleMatches(id, condition, config.manualRule)) { in findMatchingRules()
955 if (ruleMatches(id, condition, automaticRule)) { in findMatchingRules()
963 private static boolean ruleMatches(Uri id, Condition condition, ZenRule rule) { in ruleMatches() method in ZenModeHelper
/frameworks/base/services/
Dart-wear-profile16607 PLcom/android/server/notification/ZenModeHelper;->ruleMatches(Landroid/net/Uri;Landroid/service/not…