Searched refs:KEY_PREFIX_STANDBY_QUOTA (Results 1 – 1 of 1) sorted by relevance
705 private static final String KEY_PREFIX_STANDBY_QUOTA = "standby_quota_"; field in AlarmManagerService.Constants708 KEY_PREFIX_STANDBY_QUOTA + "active",709 KEY_PREFIX_STANDBY_QUOTA + "working",710 KEY_PREFIX_STANDBY_QUOTA + "frequent",711 KEY_PREFIX_STANDBY_QUOTA + "rare",712 KEY_PREFIX_STANDBY_QUOTA + "never",717 KEY_PREFIX_STANDBY_QUOTA + "restricted";1092 if (name.startsWith(KEY_PREFIX_STANDBY_QUOTA) && !standbyQuotaUpdated) { in onPropertiesChanged()