Searched refs:TimeZoneRow (Results 1 – 1 of 1) sorted by relevance
234 final List<TimeZoneRow> timezones = new ArrayList<>(minLength); in getAllTimezones()236 timezones.add(new TimeZoneRow(ids[i], labels[i], currentTimeMillis)); in getAllTimezones()242 for (TimeZoneRow row : timezones) { in getAllTimezones()317 private static class TimeZoneRow implements Comparable<TimeZoneRow> { class in SettingsActivity.PrefsFragment325 public TimeZoneRow(String id, String name, long currentTimeMillis) { in TimeZoneRow() method in SettingsActivity.PrefsFragment.TimeZoneRow334 public int compareTo(TimeZoneRow another) { in compareTo()