Searched refs:RestrictionLevel (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | BaseAppStatePolicy.java | 23 import android.app.ActivityManager.RestrictionLevel; 93 public @RestrictionLevel int getProposedRestrictionLevel(String packageName, int uid, in getProposedRestrictionLevel() 94 @RestrictionLevel int maxLevel) { in getProposedRestrictionLevel()
|
D | AppRestrictionController.java | 103 import android.app.ActivityManager.RestrictionLevel; 458 private @RestrictionLevel int mCurrentRestrictionLevel; 459 private @RestrictionLevel int mLastRestrictionLevel; 473 @RestrictionLevel int update(@RestrictionLevel int level, int reason, int subReason) { in update() 537 @RestrictionLevel int getCurrentRestrictionLevel() { in getCurrentRestrictionLevel() 542 @RestrictionLevel int getLastRestrictionLevel() { in getLastRestrictionLevel() 648 @RestrictionLevel int update(String packageName, int uid, @RestrictionLevel int level, in update() 671 @RestrictionLevel int getRestrictionLevel(int uid) { in getRestrictionLevel() 681 @RestrictionLevel int level = RESTRICTION_LEVEL_UNKNOWN; in getRestrictionLevel() 685 final @RestrictionLevel int l = setting.getCurrentRestrictionLevel(); in getRestrictionLevel() [all …]
|
D | BaseAppStateTimeSlotEventsTracker.java | 34 import android.app.ActivityManager.RestrictionLevel; 308 @RestrictionLevel 310 @RestrictionLevel int maxLevel) { in getProposedRestrictionLevel()
|
D | AppBatteryTracker.java | 47 import android.app.ActivityManager.RestrictionLevel; 1794 @RestrictionLevel 1796 @RestrictionLevel int maxLevel) { in getProposedRestrictionLevel()
|
D | ActivityManagerShellCommand.java | 4041 private @ActivityManager.RestrictionLevel int restrictionNameToLevel(String name) { 4112 final @ActivityManager.RestrictionLevel int level =
|
/frameworks/base/core/proto/android/os/ |
D | appbackgroundrestrictioninfo.proto | 34 enum RestrictionLevel { enum 44 optional RestrictionLevel restriction_level = 2; 208 optional RestrictionLevel previous_restriction_level = 13;
|
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 28 import android.app.ActivityManager.RestrictionLevel; 983 public abstract @RestrictionLevel int getRestrictionLevel(int uid); in getRestrictionLevel() 988 public abstract @RestrictionLevel int getRestrictionLevel(String pkg, @UserIdInt int userId); in getRestrictionLevel() 1004 @RestrictionLevel int newLevel) { in onRestrictionLevelChanged()
|
D | ActivityManager.java | 1394 public @interface RestrictionLevel{} annotation in ActivityManager 1531 public static String restrictionLevelToName(@RestrictionLevel int level) { in restrictionLevelToName() 6383 @RestrictionLevel int restrictionLevel, boolean enabled, in noteAppRestrictionEnabled()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 29 import android.app.ActivityManager.RestrictionLevel; 1640 private int getRestrictionLevelForStatsd(@RestrictionLevel int level) { in getRestrictionLevelForStatsd()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 22103 enum RestrictionLevel { enum 22113 optional RestrictionLevel restriction_level = 2; 22281 optional RestrictionLevel previous_restriction_level = 13; 22839 optional AppBackgroundRestrictionsInfo.RestrictionLevel restriction_level = 4;
|
/frameworks/base/boot/ |
D | preloaded-classes | 4602 android.icu.text.SpoofChecker$RestrictionLevel 14270 [Landroid.icu.text.SpoofChecker$RestrictionLevel;
|
D | boot-image-profile.txt | 26989 Landroid/icu/text/SpoofChecker$RestrictionLevel; 36717 [Landroid/icu/text/SpoofChecker$RestrictionLevel;
|
/frameworks/base/config/ |
D | preloaded-classes | 4606 android.icu.text.SpoofChecker$RestrictionLevel 17293 [Landroid.icu.text.SpoofChecker$RestrictionLevel;
|
D | boot-image-profile.txt | 37123 Landroid/icu/text/SpoofChecker$RestrictionLevel; 49884 [Landroid/icu/text/SpoofChecker$RestrictionLevel;
|