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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMccTable.java233 private static final Map<Locale, Locale> FALLBACKS = new HashMap<Locale, Locale>(); field in class:MccTable
237 FALLBACKS.put(Locale.ENGLISH, Locale.US);
242 * {@code target}. This looks through the list of {@link #FALLBACKS}, and follows the chain
254 while ((fallback = FALLBACKS.get(fallback)) != null) {

Completed in 48 milliseconds