Searched refs:KEY_LAST_FILTER_TIME (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerDialog.java38 private static final String KEY_LAST_FILTER_TIME = "last_filter_time"; field in class:TimeZonePickerDialog
77 savedInstanceState.getInt(KEY_LAST_FILTER_TIME));
89 outState.putInt(KEY_LAST_FILTER_TIME, mView.getLastFilterTime());

Completed in 44 milliseconds