Searched refs:KEY_PRIORITY_ALARM_DELAY (Results 1 – 2 of 2) sorted by relevance
85 import static com.android.server.alarm.AlarmManagerService.Constants.KEY_PRIORITY_ALARM_DELAY;818 setDeviceConfigLong(KEY_PRIORITY_ALARM_DELAY, 55);2011 setDeviceConfigLong(KEY_PRIORITY_ALARM_DELAY, minDelay);2042 setDeviceConfigLong(KEY_PRIORITY_ALARM_DELAY, minDelay);
724 static final String KEY_PRIORITY_ALARM_DELAY = "priority_alarm_delay"; field in AlarmManagerService.Constants1002 case KEY_PRIORITY_ALARM_DELAY: in onPropertiesChanged()1003 PRIORITY_ALARM_DELAY = properties.getLong(KEY_PRIORITY_ALARM_DELAY, in onPropertiesChanged()1180 pw.print(KEY_PRIORITY_ALARM_DELAY); in dump()