Searched refs:KEY_PRIORITY_ALARM_DELAY (Results 1 – 2 of 2) sorted by relevance
81 import static com.android.server.alarm.AlarmManagerService.Constants.KEY_PRIORITY_ALARM_DELAY;673 setDeviceConfigLong(KEY_PRIORITY_ALARM_DELAY, 55); in testUpdateConstants()1903 setDeviceConfigLong(KEY_PRIORITY_ALARM_DELAY, minDelay); in prioritizedAlarmsInBatterySaver()1934 setDeviceConfigLong(KEY_PRIORITY_ALARM_DELAY, minDelay); in prioritizedAlarmsInDeviceIdle()
530 static final String KEY_PRIORITY_ALARM_DELAY = "priority_alarm_delay"; field in AlarmManagerService.Constants817 case KEY_PRIORITY_ALARM_DELAY: in onPropertiesChanged()818 PRIORITY_ALARM_DELAY = properties.getLong(KEY_PRIORITY_ALARM_DELAY, in onPropertiesChanged()1038 pw.print(KEY_PRIORITY_ALARM_DELAY); in dump()