Searched refs:mAppCurrentLocale (Results 1 – 2 of 2) sorted by relevance
48 private LocaleStore.LocaleInfo mAppCurrentLocale; field in AppLocaleCollector173 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()
54 private LocaleStore.LocaleInfo mAppCurrentLocale; field in AppLocaleCollectorTest95 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()