Searched defs:currentLocale (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactLocaleUtils.java142 public void setLocale(Locale currentLocale) { argument
143 if (currentLocale == null) {
146 mLanguage = currentLocale.getLanguage().toLowerCase();

Completed in 20 milliseconds