Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
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
DActivityManagerService.java18834 public @RestrictionLevel int getRestrictionLevel(int uid) { in getRestrictionLevel() method
18839 public @RestrictionLevel int getRestrictionLevel(String pkg, @UserIdInt int userId) { in getRestrictionLevel() method
/frameworks/base/core/java/android/app/
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