Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java765 private final int[] DEFAULT_APP_STANDBY_QUOTAS = { field in AlarmManagerService.Constants
821 public int[] APP_STANDBY_QUOTAS = new int[DEFAULT_APP_STANDBY_QUOTAS.length];
909 APP_STANDBY_QUOTAS[i] = DEFAULT_APP_STANDBY_QUOTAS[i]; in Constants()
1188 DEFAULT_APP_STANDBY_QUOTAS[ACTIVE_INDEX]); in updateStandbyQuotasLocked()
1192 Math.min(APP_STANDBY_QUOTAS[i - 1], DEFAULT_APP_STANDBY_QUOTAS[i])); in updateStandbyQuotasLocked()