Home
last modified time | relevance | path

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

/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
H A DExtrasProvisioningDataParserTest.java1171 Bundle timeTimezoneAndLocaleExtras = new Bundle(); in getTestTimeTimeZoneAndLocaleExtrasInternal() local
1172 timeTimezoneAndLocaleExtras.putLong(EXTRA_PROVISIONING_LOCAL_TIME, TEST_LOCAL_TIME); in getTestTimeTimeZoneAndLocaleExtrasInternal()
1173 timeTimezoneAndLocaleExtras.putString(EXTRA_PROVISIONING_TIME_ZONE, TEST_TIME_ZONE); in getTestTimeTimeZoneAndLocaleExtrasInternal()
1174 timeTimezoneAndLocaleExtras.putString(EXTRA_PROVISIONING_LOCALE, locale); in getTestTimeTimeZoneAndLocaleExtrasInternal()
1175 return timeTimezoneAndLocaleExtras; in getTestTimeTimeZoneAndLocaleExtrasInternal()
1179 Bundle timeTimezoneAndLocaleExtras = new Bundle(); in getShortTestTimeTimeZoneAndLocaleExtrasInternal() local
1180 timeTimezoneAndLocaleExtras.putLong( in getShortTestTimeTimeZoneAndLocaleExtrasInternal()
1182 timeTimezoneAndLocaleExtras.putString( in getShortTestTimeTimeZoneAndLocaleExtrasInternal()
1184 timeTimezoneAndLocaleExtras.putString( in getShortTestTimeTimeZoneAndLocaleExtrasInternal()
1186 return timeTimezoneAndLocaleExtras; in getShortTestTimeTimeZoneAndLocaleExtrasInternal()