Home
last modified time | relevance | path

Searched refs:checkValueForKey (Results 1 – 1 of 1) sorted by relevance

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java3051 checkValueForKey(CalendarCache.TIMEZONE_TYPE_AUTO, CalendarCache.KEY_TIMEZONE_TYPE); in testGetProviderPropertiesByKey()
3052 checkValueForKey("2010k", CalendarCache.KEY_TIMEZONE_DATABASE_VERSION); in testGetProviderPropertiesByKey()
3053 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES); in testGetProviderPropertiesByKey()
3054 checkValueForKey("America/Los_Angeles", CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS); in testGetProviderPropertiesByKey()
3057 private void checkValueForKey(String value, String key) { in checkValueForKey() method in CalendarProvider2Test
3082 checkValueForKey("2009s", CalendarCache.KEY_TIMEZONE_DATABASE_VERSION); in testUpdateProviderProperties()
3090 checkValueForKey(localTimezone, CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties()
3091 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS); in testUpdateProviderProperties()
3094 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties()
3095 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS); in testUpdateProviderProperties()
[all …]