Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java528 @RestrictionLevel int getLastRestrictionLevel() { in getLastRestrictionLevel() method in AppRestrictionController.RestrictionSettings.PkgSettings
693 private @RestrictionLevel int getLastRestrictionLevel(int uid, String packageName) { in getLastRestrictionLevel() method in AppRestrictionController.RestrictionSettings
697 ? RESTRICTION_LEVEL_UNKNOWN : settings.getLastRestrictionLevel(); in getLastRestrictionLevel()
2251 mRestrictionSettings.getLastRestrictionLevel(uid, pkgName); in handleBackgroundRestrictionChanged()