Searched refs:KEY_MIN_WINDOW (Results 1 – 2 of 2) sorted by relevance
80 import static com.android.server.alarm.AlarmManagerService.Constants.KEY_MIN_WINDOW;672 setDeviceConfigLong(KEY_MIN_WINDOW, 50); in testUpdateConstants()2444 setDeviceConfigLong(KEY_MIN_WINDOW, minWindow); in minWindowChangeEnabled()2491 setDeviceConfigLong(KEY_MIN_WINDOW, minWindow); in minWindowChangeDisabled()2511 setDeviceConfigLong(KEY_MIN_WINDOW, minWindow); in minWindowExempted()2550 setDeviceConfigLong(KEY_MIN_WINDOW, minWindow); in minWindowPriorityAlarm()
485 static final String KEY_MIN_WINDOW = "min_window"; field in AlarmManagerService.Constants737 case KEY_MIN_WINDOW: in onPropertiesChanged()738 MIN_WINDOW = properties.getLong(KEY_MIN_WINDOW, DEFAULT_MIN_WINDOW); in onPropertiesChanged()977 pw.print(KEY_MIN_WINDOW); in dump()