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 250 private static final Map<Locale, Locale> FALLBACKS = new HashMap<Locale, Locale>();
254 FALLBACKS.put(Locale.ENGLISH, Locale.US);
259 * {@code target}. This looks through the list of {@link #FALLBACKS}, and follows the chain
271 while ((fallback = FALLBACKS.get(fallback)) != null) {
  /prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 562 milliseconds