Searched refs:KEY_MIN_WINDOW (Results 1 – 2 of 2) sorted by relevance
84 import static com.android.server.alarm.AlarmManagerService.Constants.KEY_MIN_WINDOW;817 setDeviceConfigLong(KEY_MIN_WINDOW, 50);2856 setDeviceConfigLong(KEY_MIN_WINDOW, minWindow);2903 setDeviceConfigLong(KEY_MIN_WINDOW, minWindow);2923 setDeviceConfigLong(KEY_MIN_WINDOW, minWindow);2962 setDeviceConfigLong(KEY_MIN_WINDOW, minWindow);
681 static final String KEY_MIN_WINDOW = "min_window"; field in AlarmManagerService.Constants934 case KEY_MIN_WINDOW: in onPropertiesChanged()935 MIN_WINDOW = properties.getLong(KEY_MIN_WINDOW, DEFAULT_MIN_WINDOW); in onPropertiesChanged()1125 pw.print(KEY_MIN_WINDOW); in dump()