Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLocaleSet.java109 public @NonNull LocaleList getAllLocales() { in getAllLocales() method in LocaleSet
DContactLocaleUtils.java112 final LocaleList localeList = locales.getAllLocales(); in ContactLocaleUtilsBase()