Searched refs:mCurrentLocale (Results 1 – 3 of 3) sorted by relevance
166 private Locale mCurrentLocale; field in CarSystemBar214 mCurrentLocale = mContext.getResources().getConfiguration().getLocales().get(0); in CarSystemBar()754 Locale oldLocale = mCurrentLocale; in onConfigChanged()755 mCurrentLocale = newConfig.getLocales().get(0); in onConfigChanged()759 && (mCurrentLocale != null && mCurrentLocale.equals(oldLocale) in onConfigChanged()760 || mCurrentLocale == oldLocale)) { in onConfigChanged()
124 public Locale mCurrentLocale; field in InputTestsBase.MyEditText141 return mCurrentLocale; in getTextServicesLocale()150 return mCurrentLocale; in getSpellCheckerLocale()376 mEditText.mCurrentLocale = LocaleUtils.constructLocaleFromString(locale); in changeLanguageWithoutWait()
180 private Locale mCurrentLocale; field in BubbleTextView291 mCurrentLocale = context.getResources().getConfiguration().locale; in BubbleTextView()476 return mCurrentLocale.equals(Locale.US); in isCurrentLanguageEnglish()