Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAppLocaleCollector.java48 private LocaleStore.LocaleInfo mAppCurrentLocale; field in AppLocaleCollector
173 if (mAppCurrentLocale != null) { in getIgnoredLocaleList()
174 langTagsToIgnore.add(mAppCurrentLocale.getLocale().toLanguageTag()); in getIgnoredLocaleList()
196 if (mAppCurrentLocale == null) { in getSupportedLocaleList()
197 mAppCurrentLocale = getAppCurrentLocale(); in getSupportedLocaleList()
221 if (mAppCurrentLocale != null && !isForCountryMode) { in getSupportedLocaleList()
222 appLocaleList.add(mAppCurrentLocale); in getSupportedLocaleList()
232 isCurrentLocale = mAppCurrentLocale != null in getSupportedLocaleList()
233 && localeInfo.getLocale().equals(mAppCurrentLocale.getLocale()); in getSupportedLocaleList()
279 mAppCurrentLocale == null)); in getSupportedLocaleList()
/frameworks/base/tests/Internal/src/com/android/internal/app/
DAppLocaleCollectorTest.java54 private LocaleStore.LocaleInfo mAppCurrentLocale; field in AppLocaleCollectorTest
95 mAppCurrentLocale = createLocaleInfo("en-US", CURRENT); in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()
121 doReturn(mAppCurrentLocale).when(mAppLocaleCollector).getAppCurrentLocale(); in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()
149 mAppCurrentLocale = createLocaleInfo("en-US", CURRENT); in testGetSupportedLocaleList_withActiveLocalesFromOtherAppAndIme()
157 doReturn(mAppCurrentLocale).when(mAppLocaleCollector).getAppCurrentLocale(); in testGetSupportedLocaleList_withActiveLocalesFromOtherAppAndIme()