Searched refs:componentFilter (Results 1 – 5 of 5) sorted by relevance
604 const int32_t componentFilter) const { in get()610 if ((componentFilter & OveruseConfigEnum::COMPONENT_SPECIFIC_GENERIC_THRESHOLDS)) { in get()613 if (componentFilter & OveruseConfigEnum::VENDOR_PACKAGE_PREFIXES) { in get()616 if (componentFilter & OveruseConfigEnum::PACKAGE_APP_CATEGORY_MAPPINGS) { in get()624 if (componentFilter & OveruseConfigEnum::COMPONENT_SPECIFIC_PER_PACKAGE_THRESHOLDS) { in get()629 if (componentFilter & OveruseConfigEnum::COMPONENT_SPECIFIC_SAFE_TO_KILL_PACKAGES) { in get()633 if (componentFilter & OveruseConfigEnum::PER_CATEGORY_THRESHOLDS) { in get()638 if (componentFilter & OveruseConfigEnum::SYSTEM_WIDE_ALERT_THRESHOLDS) { in get()
259 const int32_t componentFilter) const;
121 ComponentFilter componentFilter = (c) -> { in hasComponents() local130 if (componentFilter.filter(policy.getEnabledComponents())) { in hasComponents()133 return componentFilter.filter(policy.getDisabledComponents()); in hasComponents()