Home
last modified time | relevance | path

Searched refs:APP_STANDBY_QUOTAS (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java821 public int[] APP_STANDBY_QUOTAS = new int[DEFAULT_APP_STANDBY_QUOTAS.length]; field in AlarmManagerService.Constants
908 for (int i = 0; i < APP_STANDBY_QUOTAS.length; i++) { in Constants()
909 APP_STANDBY_QUOTAS[i] = DEFAULT_APP_STANDBY_QUOTAS[i]; in Constants()
1186 APP_STANDBY_QUOTAS[ACTIVE_INDEX] = properties.getInt( in updateStandbyQuotasLocked()
1190 APP_STANDBY_QUOTAS[i] = properties.getInt( in updateStandbyQuotasLocked()
1192 Math.min(APP_STANDBY_QUOTAS[i - 1], DEFAULT_APP_STANDBY_QUOTAS[i])); in updateStandbyQuotasLocked()
1287 pw.print(KEYS_APP_STANDBY_QUOTAS[i], APP_STANDBY_QUOTAS[i]); in dump()
2415 return mConstants.APP_STANDBY_QUOTAS[index]; in getQuotaForBucketLocked()