Home
last modified time | relevance | path

Searched refs:DEFAULT_APP_STANDBY_QUOTAS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java434 private final int[] DEFAULT_APP_STANDBY_QUOTAS = { field in AlarmManagerService.Constants
476 public int[] APP_STANDBY_QUOTAS = new int[DEFAULT_APP_STANDBY_QUOTAS.length];
555 DEFAULT_APP_STANDBY_QUOTAS[ACTIVE_INDEX]); in updateConstants()
558 Math.min(APP_STANDBY_QUOTAS[i - 1], DEFAULT_APP_STANDBY_QUOTAS[i])); in updateConstants()