Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java799 public int[] APP_STANDBY_QUOTAS = new int[DEFAULT_APP_STANDBY_QUOTAS.length]; field in AlarmManagerService.Constants
869 for (int i = 0; i < APP_STANDBY_QUOTAS.length; i++) { in Constants()
870 APP_STANDBY_QUOTAS[i] = DEFAULT_APP_STANDBY_QUOTAS[i]; in Constants()
1064 APP_STANDBY_QUOTAS[ACTIVE_INDEX] = properties.getInt( in updateStandbyQuotasLocked()
1068 APP_STANDBY_QUOTAS[i] = properties.getInt( in updateStandbyQuotasLocked()
1070 Math.min(APP_STANDBY_QUOTAS[i - 1], DEFAULT_APP_STANDBY_QUOTAS[i])); in updateStandbyQuotasLocked()
1165 pw.print(KEYS_APP_STANDBY_QUOTAS[i], APP_STANDBY_QUOTAS[i]); in dump()
2321 return mConstants.APP_STANDBY_QUOTAS[index]; in getQuotaForBucketLocked()