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