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

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java480 private static String[] mBackupCountryNames; field in class:TimeZoneData
499 mBackupCountryNames = mContext.getResources().getStringArray(
503 int length = Math.min(mBackupCountryCodes.length, mBackupCountryNames.length);
507 return mBackupCountryNames[i];

Completed in 1785 milliseconds