Home
last modified time | relevance | path

Searched refs:denylisted (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataSaverBackend.java111 public void setIsDenylisted(int uid, String packageName, boolean denylisted) { in setIsDenylisted() argument
112 final int policy = denylisted ? POLICY_REJECT_METERED_BACKGROUND : POLICY_NONE; in setIsDenylisted()
115 if (denylisted) { in setIsDenylisted()
/aosp12/frameworks/base/core/java/android/net/
H A Dnetwork-policy-restrictions.md8 …fine the Data Saver mode and whether the app is allowlisted, not allowlisted, or denylisted for it.
19 * **DL**: app is denylisted
/aosp12/art/profman/
H A Dboot_image_profile.cc192 bool denylisted = options.preloaded_classes_denylist.find(class_name) != in IncludeInPreloadedClasses() local
194 return !denylisted && IncludeItemInProfile( in IncludeInPreloadedClasses()