Searched refs:KEY_PREFIX_STANDBY_QUOTA (Results 1 – 1 of 1) sorted by relevance
690 private static final String KEY_PREFIX_STANDBY_QUOTA = "standby_quota_"; field in AlarmManagerService.Constants693 KEY_PREFIX_STANDBY_QUOTA + "active",694 KEY_PREFIX_STANDBY_QUOTA + "working",695 KEY_PREFIX_STANDBY_QUOTA + "frequent",696 KEY_PREFIX_STANDBY_QUOTA + "rare",697 KEY_PREFIX_STANDBY_QUOTA + "never",702 KEY_PREFIX_STANDBY_QUOTA + "restricted";1028 if (name.startsWith(KEY_PREFIX_STANDBY_QUOTA) && !standbyQuotaUpdated) { in onPropertiesChanged()