Searched refs:APP_STANDBY_QUOTAS (Results 1 – 1 of 1) sorted by relevance
476 public int[] APP_STANDBY_QUOTAS = new int[DEFAULT_APP_STANDBY_QUOTAS.length]; field in AlarmManagerService.Constants553 APP_STANDBY_QUOTAS[ACTIVE_INDEX] = mParser.getInt( in updateConstants()557 APP_STANDBY_QUOTAS[i] = mParser.getInt(KEYS_APP_STANDBY_QUOTAS[i], in updateConstants()558 Math.min(APP_STANDBY_QUOTAS[i - 1], DEFAULT_APP_STANDBY_QUOTAS[i])); in updateConstants()628 pw.println(APP_STANDBY_QUOTAS[i]); in dump()1812 return mConstants.APP_STANDBY_QUOTAS[index]; in getQuotaForBucketLocked()