Searched defs:timezoneType (Results 1 - 1 of 1) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarCache.java40 public static final String KEY_TIMEZONE_TYPE = "timezoneType";
91 public void writeTimezoneType(String timezoneType) throws CacheException { argument
92 writeData(KEY_TIMEZONE_TYPE, timezoneType);

Completed in 191 milliseconds