Searched refs:KEY_PREFIX_STANDBY_QUOTA (Results 1 – 1 of 1) sorted by relevance
494 private static final String KEY_PREFIX_STANDBY_QUOTA = "standby_quota_"; field in AlarmManagerService.Constants497 KEY_PREFIX_STANDBY_QUOTA + "active",498 KEY_PREFIX_STANDBY_QUOTA + "working",499 KEY_PREFIX_STANDBY_QUOTA + "frequent",500 KEY_PREFIX_STANDBY_QUOTA + "rare",501 KEY_PREFIX_STANDBY_QUOTA + "never",506 KEY_PREFIX_STANDBY_QUOTA + "restricted";849 if (name.startsWith(KEY_PREFIX_STANDBY_QUOTA) && !standbyQuotaUpdated) { in onPropertiesChanged()