Searched refs:APP_STANDBY_QUOTAS (Results 1 – 1 of 1) sorted by relevance
605 public int[] APP_STANDBY_QUOTAS = new int[DEFAULT_APP_STANDBY_QUOTAS.length]; field in AlarmManagerService.Constants676 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()