Home
last modified time | relevance | path

Searched refs:thisLocale (Results 1 – 2 of 2) sorted by relevance

/aosp12/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
H A DMain.java84 private Locale thisLocale; field in Main.TextCapture
87 TextCapture(Locale thisLocale, Locale nextLocale, Runnable next) { in TextCapture() argument
89 this.thisLocale = thisLocale; in TextCapture()
95 savedBitmaps.put(thisLocale, b.copy(Bitmap.Config.ARGB_8888, false)); in run()
/aosp12/frameworks/base/core/java/android/content/res/
H A DConfiguration.java2070 final Locale thisLocale = this.mLocaleList.get(i); in compareTo() local
2072 n = thisLocale.getLanguage().compareTo(thatLocale.getLanguage()); in compareTo()
2074 n = thisLocale.getCountry().compareTo(thatLocale.getCountry()); in compareTo()
2076 n = thisLocale.getVariant().compareTo(thatLocale.getVariant()); in compareTo()
2078 n = thisLocale.toLanguageTag().compareTo(thatLocale.toLanguageTag()); in compareTo()