HomeSort by relevance Sort by last modified time
    Searched refs:TimezoneRow (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
TimezoneAdapter.java 19 import com.android.calendar.TimezoneAdapter.TimezoneRow;
44 public class TimezoneAdapter extends ArrayAdapter<TimezoneRow> {
49 * {@link TimezoneRow} is an immutable class for representing a timezone. We
53 public static class TimezoneRow implements Comparable<TimezoneRow> {
70 public TimezoneRow(String id, String displayName) {
129 TimezoneRow other = (TimezoneRow) obj;
151 public int compareTo(TimezoneRow another) {
177 private static LinkedHashMap<String, TimezoneRow> sTimezones
    [all...]
EditEvent.java 22 import com.android.calendar.TimezoneAdapter.TimezoneRow;
    [all...]

Completed in 62 milliseconds