Searched refs:KEY_TIMEZONE_INSTANCES (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
H A D | CalendarCache.java | 44 public static final String KEY_TIMEZONE_INSTANCES = "timezoneInstances"; field in CalendarCache 106 writeData(KEY_TIMEZONE_INSTANCES, timezone); in writeTimezoneInstances() 114 return readData(KEY_TIMEZONE_INSTANCES); in readTimezoneInstances()
|
H A D | CalendarDatabaseHelper.java | 1061 CalendarCache.KEY_TIMEZONE_INSTANCES.hashCode() + "," + in updateCalendarCacheTable() 1062 "'" + CalendarCache.KEY_TIMEZONE_INSTANCES + "'," + in updateCalendarCacheTable()
|
H A D | CalendarProvider2.java | 4467 else if (list.contains(CalendarCache.KEY_TIMEZONE_INSTANCES)) { in updateInTransactionInner()
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/ |
H A D | CalendarUtils.java | 52 { CalendarCache.KEY_TIMEZONE_INSTANCES };
|
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
H A D | CalendarProvider2Test.java | 1134 cache.writeDataLocked(db, CalendarCache.KEY_TIMEZONE_INSTANCES, localTimezone); in initCalendarCacheLocked() 3030 assertTrue(map.containsKey(CalendarCache.KEY_TIMEZONE_INSTANCES)); in testGetProviderProperties() 3034 assertEquals("America/Denver", map.get(CalendarCache.KEY_TIMEZONE_INSTANCES)); in testGetProviderProperties() 3053 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES); in testGetProviderPropertiesByKey() 3090 checkValueForKey(localTimezone, CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties() 3094 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties() 3099 updateValueForKey(localTimezone, CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties() 3100 checkValueForKey(localTimezone, CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | CalendarContract.java | 2140 public static final String KEY_TIMEZONE_INSTANCES = "timezoneInstances"; field in CalendarContract.CalendarCache
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 33463 field public static final String KEY_TIMEZONE_INSTANCES = "timezoneInstances";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 23356 field public static final java.lang.String KEY_TIMEZONE_INSTANCES = "timezoneInstances";
|