Searched refs:APP_STANDBY_MIN_DELAYS (Results 1 – 1 of 1) sorted by relevance
475 public long[] APP_STANDBY_MIN_DELAYS = new long[DEFAULT_APP_STANDBY_DELAYS.length]; field in AlarmManagerService.Constants531 APP_STANDBY_MIN_DELAYS[ACTIVE_INDEX] = mParser.getDurationMillis( in updateConstants()535 APP_STANDBY_MIN_DELAYS[i] = mParser.getDurationMillis(KEYS_APP_STANDBY_DELAY[i], in updateConstants()536 Math.max(APP_STANDBY_MIN_DELAYS[i - 1], DEFAULT_APP_STANDBY_DELAYS[i])); in updateConstants()615 TimeUtils.formatDuration(APP_STANDBY_MIN_DELAYS[i], pw); in dump()1833 return mConstants.APP_STANDBY_MIN_DELAYS[index]; in getMinDelayForBucketLocked()