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

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneResultAdapter.java62 private static final int MAX_RECENT_TIMEZONES = 3; field in class:TimeZoneResultAdapter
194 * @see {@link #MAX_RECENT_TIMEZONES}
212 while (recents.size() >= MAX_RECENT_TIMEZONES) {

Completed in 205 milliseconds