Searched refs:curLocale (Results 1 – 2 of 2) sorted by relevance
122 Locale curLocale = context.getResources().getConfiguration().locale; in AlphabeticIndexV16() local126 mAlphabeticIndex = clazz.getConstructor(Locale.class).newInstance(curLocale); in AlphabeticIndexV16()128 if (!curLocale.getLanguage().equals(Locale.ENGLISH.getLanguage())) { in AlphabeticIndexV16()
412 Locale curLocale = mLauncher.getResources().getConfiguration().locale; in onAppsUpdated() local413 boolean localeRequiresSectionSorting = curLocale.equals(Locale.SIMPLIFIED_CHINESE); in onAppsUpdated()