Searched refs:mBackupCountryCodes (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java479 private static String[] mBackupCountryCodes; field in class:TimeZoneData
495 if (mBackupCountryCodes == null || !defaultLocale.equals(mBackupCountryLocale)) {
497 mBackupCountryCodes = mContext.getResources().getStringArray(
503 int length = Math.min(mBackupCountryCodes.length, mBackupCountryNames.length);
506 if (mBackupCountryCodes[i].equals(countryCode)) {

Completed in 68 milliseconds