Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java935 applyRestrictionLevel(packageName, uid, curLevel, mEmptyTrackerInfo, in loadOneFromXml()
1681 applyRestrictionLevel(info.mPackageName, uid, levelTypePair.first, levelTypePair.second, in refreshAppRestrictionLevelForUser()
1704 applyRestrictionLevel(pkg, uid, levelTypePair.first, levelTypePair.second, in refreshAppRestrictionLevelForUid()
2118 void applyRestrictionLevel(String pkgName, int uid, in applyRestrictionLevel() method in AppRestrictionController
2242 applyRestrictionLevel(pkgName, uid, RESTRICTION_LEVEL_BACKGROUND_RESTRICTED, in handleBackgroundRestrictionChanged()
2259 applyRestrictionLevel(pkgName, uid, levelTypePair.first, levelTypePair.second, in handleBackgroundRestrictionChanged()
2302 applyRestrictionLevel(packageName, uid, levelTypePair.first, levelTypePair.second, in handleAppStandbyBucketChanged()
H A DActivityManagerService.java19353 mAppRestrictionController.applyRestrictionLevel(packageName, uid, level,
/aosp14/frameworks/base/services/
H A Dart-profile1304 HSPLcom/android/server/am/AppRestrictionController;->applyRestrictionLevel(Ljava/lang/String;IILcom…