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