Searched refs:DEFAULT_APP_STANDBY_DELAYS (Results 1 – 1 of 1) sorted by relevance
442 private final long[] DEFAULT_APP_STANDBY_DELAYS = { field in AlarmManagerService.Constants476 public long[] APP_STANDBY_MIN_DELAYS = new long[DEFAULT_APP_STANDBY_DELAYS.length];534 DEFAULT_APP_STANDBY_DELAYS[ACTIVE_INDEX]); in updateConstants()537 Math.max(APP_STANDBY_MIN_DELAYS[i - 1], DEFAULT_APP_STANDBY_DELAYS[i])); in updateConstants()