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

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

Completed in 2447 milliseconds