Home
last modified time | relevance | path

Searched defs:getRestrictionLevel (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java657 @RestrictionLevel int getRestrictionLevel(int uid) { in getRestrictionLevel() method in AppRestrictionController.RestrictionSettings
679 @RestrictionLevel int getRestrictionLevel(int uid, String packageName) { in getRestrictionLevel() method in AppRestrictionController.RestrictionSettings
687 @RestrictionLevel int getRestrictionLevel(String packageName, @UserIdInt int userId) { in getRestrictionLevel() method in AppRestrictionController.RestrictionSettings
1820 @RestrictionLevel int getRestrictionLevel(int uid) { in getRestrictionLevel() method in AppRestrictionController
1827 @RestrictionLevel int getRestrictionLevel(int uid, String packageName) { in getRestrictionLevel() method in AppRestrictionController
1834 @RestrictionLevel int getRestrictionLevel(String packageName, @UserIdInt int userId) { in getRestrictionLevel() method in AppRestrictionController
H A DActivityManagerService.java18905 public @RestrictionLevel int getRestrictionLevel(int uid) { in getRestrictionLevel() method
18910 public @RestrictionLevel int getRestrictionLevel(String pkg, @UserIdInt int userId) { in getRestrictionLevel() method
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java977 public abstract @RestrictionLevel int getRestrictionLevel(int uid); in getRestrictionLevel() method in ActivityManagerInternal
982 public abstract @RestrictionLevel int getRestrictionLevel(String pkg, @UserIdInt int userId); in getRestrictionLevel() method in ActivityManagerInternal