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

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java478 private static Locale mBackupCountryLocale; field in class:TimeZoneData
495 if (mBackupCountryCodes == null || !defaultLocale.equals(mBackupCountryLocale)) {
496 mBackupCountryLocale = defaultLocale;

Completed in 54 milliseconds