Searched refs:mLocaleList (Results 1 – 5 of 5) sorted by relevance
34 private final LocaleList mLocaleList; field in LocaleSet37 mLocaleList = localeList; in LocaleSet()111 return mLocaleList; in getAllLocales()125 for (int i = 0; i < mLocaleList.size(); i++) { in shouldPreferJapanese()126 final Locale l = mLocaleList.get(i); in shouldPreferJapanese()144 for (int i = 0; i < mLocaleList.size(); i++) { in shouldPreferSimplifiedChinese()145 final Locale l = mLocaleList.get(i); in shouldPreferSimplifiedChinese()163 return Objects.equals(mLocaleList, LocaleList.getDefault()); in isCurrent()173 return mLocaleList.equals(other.mLocaleList); in equals()180 return mLocaleList.toString(); in toString()
109 private List<LocaleStore.LocaleInfo> mLocaleList; field in LocaleListEditorTest273 when(mAdapter.getFeedItemList()).thenReturn(mLocaleList); in showConfirmDialog_systemLocaleSelected_shouldShowLocaleChangeDialog()341 when(mAdapter.getFeedItemList()).thenReturn(mLocaleList); in onTouch_dragDifferentLocaleToTop_showConfirmDialog()355 when(mAdapter.getFeedItemList()).thenReturn(mLocaleList); in onTouch_dragSameLocaleToTop_updateAdapter()464 mLocaleList = new ArrayList<>(); in onBindViewHolder_shouldSetCheckedBoxText()465 mLocaleList.add(mLocaleInfo); in onBindViewHolder_shouldSetCheckedBoxText()469 mAdapter = spy(new LocaleDragAndDropAdapter(mLocaleListEditor, mLocaleList)); in onBindViewHolder_shouldSetCheckedBoxText()470 ReflectionHelpers.setField(mAdapter, "mFeedItemList", mLocaleList); in onBindViewHolder_shouldSetCheckedBoxText()471 ReflectionHelpers.setField(mAdapter, "mCacheItemList", new ArrayList<>(mLocaleList)); in onBindViewHolder_shouldSetCheckedBoxText()491 mLocaleList = new ArrayList<>(); in setUpLocaleConditions()[all …]
34 private LocaleList mLocaleList; field in NumberingSystemController39 mLocaleList = getNumberingSystemLocale(); in NumberingSystemController()55 return mLocaleList.isEmpty() ? CONDITIONALLY_UNAVAILABLE : AVAILABLE; in getAvailabilityStatus()
90 protected LocaleList mLocaleList = LocaleList.getEmptyLocaleList(); field in BaseIconCache230 mLocaleList = mContext.getResources().getConfiguration().getLocales(); in updateSystemState()231 mSystemState = mLocaleList.toLanguageTags() + "," + Build.VERSION.SDK_INT; in updateSystemState()272 componentName.getPackageName(), cachingLogic.getKeywords(object, mLocaleList)); in addIconToDBAndMemCache()
59 private @Mock LocaleList mLocaleList; field in SsidTranslatorTest68 when(mConfiguration.getLocales()).thenReturn(mLocaleList); in setUp()69 when(mLocaleList.get(0)).thenReturn(mLocale); in setUp()