HomeSort by relevance Sort by last modified time
    Searched defs:FALLBACKS (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MccTable.java 233 private static final Map<Locale, Locale> FALLBACKS = new HashMap<Locale, Locale>();
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) {
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 65 milliseconds