Searched refs:RestrictionLevel (Results 1 – 14 of 14) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A 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()
|
H A D | AppRestrictionController.java | 95 import android.app.ActivityManager.RestrictionLevel; 459 @RestrictionLevel int update(@RestrictionLevel int level, int reason, int subReason) { in update() 528 @RestrictionLevel int getLastRestrictionLevel() { in getLastRestrictionLevel() 634 @RestrictionLevel int update(String packageName, int uid, @RestrictionLevel int level, in update() 657 @RestrictionLevel int getRestrictionLevel(int uid) { in getRestrictionLevel() 1715 @RestrictionLevel int level; in calcAppRestrictionLevel() 1779 @RestrictionLevel int prevLevel = level; in calcAppRestrictionLevelFromTackers() 1820 @RestrictionLevel int getRestrictionLevel(int uid) { in getRestrictionLevel() 2211 @RestrictionLevel int prevLevel, @RestrictionLevel int level, in logAppBackgroundRestrictionInfo() 2250 final @RestrictionLevel int lastLevel = in handleBackgroundRestrictionChanged() [all …]
|
H A D | BaseAppStateTimeSlotEventsTracker.java | 34 import android.app.ActivityManager.RestrictionLevel; 308 @RestrictionLevel 310 @RestrictionLevel int maxLevel) { in getProposedRestrictionLevel()
|
H A D | AppBatteryTracker.java | 47 import android.app.ActivityManager.RestrictionLevel; 1755 @RestrictionLevel 1757 @RestrictionLevel int maxLevel) { in getProposedRestrictionLevel()
|
H A D | ActivityManagerShellCommand.java | 3919 private @ActivityManager.RestrictionLevel int restrictionNameToLevel(String name) { 3986 final @ActivityManager.RestrictionLevel int level =
|
H A D | ActivityManagerService.java | 201 import android.app.ActivityManager.RestrictionLevel; 18905 public @RestrictionLevel int getRestrictionLevel(int uid) { in getRestrictionLevel() 18910 public @RestrictionLevel int getRestrictionLevel(String pkg, @UserIdInt int userId) { in getRestrictionLevel() 19343 @RestrictionLevel int level, int reason, int subReason) { 19365 @RestrictionLevel int getBackgroundRestrictionLevel(String packageName, int userId) {
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | appbackgroundrestrictioninfo.proto | 34 enum RestrictionLevel { enum 44 optional RestrictionLevel restriction_level = 2; 208 optional RestrictionLevel previous_restriction_level = 13;
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityManagerInternal.java | 28 import android.app.ActivityManager.RestrictionLevel; 977 public abstract @RestrictionLevel int getRestrictionLevel(int uid); in getRestrictionLevel() 982 public abstract @RestrictionLevel int getRestrictionLevel(String pkg, @UserIdInt int userId); in getRestrictionLevel() 998 @RestrictionLevel int newLevel) { in onRestrictionLevelChanged()
|
H A D | ActivityManager.java | 1333 public @interface RestrictionLevel{} annotation in ActivityManager 1336 public static String restrictionLevelToName(@RestrictionLevel int level) { in restrictionLevelToName()
|
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A D | ContentService.java | 29 import android.app.ActivityManager.RestrictionLevel; 1639 private int getRestrictionLevelForStatsd(@RestrictionLevel int level) { in getRestrictionLevelForStatsd()
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 4383 android.icu.text.SpoofChecker$RestrictionLevel 13869 [Landroid.icu.text.SpoofChecker$RestrictionLevel;
|
H A D | boot-image-profile.txt | 27167 Landroid/icu/text/SpoofChecker$RestrictionLevel; 36678 [Landroid/icu/text/SpoofChecker$RestrictionLevel;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 4387 android.icu.text.SpoofChecker$RestrictionLevel 16861 [Landroid.icu.text.SpoofChecker$RestrictionLevel;
|
H A D | boot-image-profile.txt | 37274 Landroid/icu/text/SpoofChecker$RestrictionLevel; 49778 [Landroid/icu/text/SpoofChecker$RestrictionLevel;
|