Home
last modified time | relevance | path

Searched refs:getIgnoredLocaleList (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DSystemLocaleCollector.java41 public HashSet<String> getIgnoredLocaleList(boolean translatedOnly) { in getIgnoredLocaleList() method in SystemLocaleCollector
54 Set<String> langTagsToIgnore = getIgnoredLocaleList(translatedOnly); in getSupportedLocaleList()
DAppLocaleCollector.java170 public HashSet<String> getIgnoredLocaleList(boolean translatedOnly) { in getIgnoredLocaleList() method in AppLocaleCollector
206 Set<String> langTagsToIgnore = getIgnoredLocaleList(translatedOnly); in getSupportedLocaleList()
DLocalePickerWithRegion.java84 HashSet<String> getIgnoredLocaleList(boolean translatedOnly); in getIgnoredLocaleList() method