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

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 40 public static final String KEY_TIMEZONE_TYPE = "timezoneType";
91 public void writeTimezoneType(String timezoneType) throws CacheException {
92 writeData(KEY_TIMEZONE_TYPE, timezoneType);
CalendarProvider2.java 635 String timezoneType = mCalendarCache.readTimezoneType();
637 if (timezoneType != null && timezoneType.equals(CalendarCache.TIMEZONE_TYPE_HOME)) {
    [all...]

Completed in 35 milliseconds