Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java658 @RestrictionLevel int getRestrictionLevel(int uid) { in getRestrictionLevel() method in AppRestrictionController.RestrictionSettings
680 @RestrictionLevel int getRestrictionLevel(int uid, String packageName) { in getRestrictionLevel() method in AppRestrictionController.RestrictionSettings
688 @RestrictionLevel int getRestrictionLevel(String packageName, @UserIdInt int userId) { in getRestrictionLevel() method in AppRestrictionController.RestrictionSettings
1856 @RestrictionLevel int getRestrictionLevel(int uid) { in getRestrictionLevel() method in AppRestrictionController
1863 @RestrictionLevel int getRestrictionLevel(int uid, String packageName) { in getRestrictionLevel() method in AppRestrictionController
1870 @RestrictionLevel int getRestrictionLevel(String packageName, @UserIdInt int userId) { in getRestrictionLevel() method in AppRestrictionController
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java743 public abstract @RestrictionLevel int getRestrictionLevel(int uid); in getRestrictionLevel() method in ActivityManagerInternal
748 public abstract @RestrictionLevel int getRestrictionLevel(String pkg, @UserIdInt int userId); in getRestrictionLevel() method in ActivityManagerInternal