Lines Matching full:recent
43 * timezones (one user-provided, the device timezone, and two recent timezones),
184 /** The delimiter we use when serializing recent timezones to shared preferences */
187 /** The maximum number of recent timezones to save */
247 * user-provided, the device timezone, and two recent timezones), which can
267 // add in recent timezone selections
272 for (String recent : recents) {
273 if (!TextUtils.isEmpty(recent)) {
274 ids.add(recent);
351 * Saves the given timezone ID as a recent timezone under shared
352 * preferences. If there are already the maximum number of recent timezones