Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java605 public int[] APP_STANDBY_QUOTAS = new int[DEFAULT_APP_STANDBY_QUOTAS.length]; field in AlarmManagerService.Constants
676 for (int i = 0; i < APP_STANDBY_QUOTAS.length; i++) { in Constants()
677 APP_STANDBY_QUOTAS[i] = DEFAULT_APP_STANDBY_QUOTAS[i]; in Constants()
916 APP_STANDBY_QUOTAS[ACTIVE_INDEX] = properties.getInt( in updateStandbyQuotasLocked()
920 APP_STANDBY_QUOTAS[i] = properties.getInt( in updateStandbyQuotasLocked()
922 Math.min(APP_STANDBY_QUOTAS[i - 1], DEFAULT_APP_STANDBY_QUOTAS[i])); in updateStandbyQuotasLocked()
1017 pw.print(KEYS_APP_STANDBY_QUOTAS[i], APP_STANDBY_QUOTAS[i]); in dump()
2080 return mConstants.APP_STANDBY_QUOTAS[index]; in getQuotaForBucketLocked()