Searched refs:ContactLocaleUtils (Results 1 - 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactLocaleUtils.java32 public class ContactLocaleUtils { class
131 private static ContactLocaleUtils sSingleton;
139 private ContactLocaleUtils() { method in class:ContactLocaleUtils
197 public static synchronized ContactLocaleUtils getIntance() {
199 sSingleton = new ContactLocaleUtils();
H A DNameLookupBuilder.java324 ContactLocaleUtils.getIntance().getNameLookupKeys(name, fullNameStyle);
H A DContactsDatabaseHelper.java2711 sortKey = sortKeyAlternative = ContactLocaleUtils.getIntance()
2775 sortKey = ContactLocaleUtils.getIntance()
5155 ContactLocaleUtils.getIntance().getSortKey(
H A DContactsProvider2.java1444 ContactLocaleUtils.getIntance().setLocale(mCurrentLocale);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactLocaleUtilsTest.java44 private ContactLocaleUtils mContactLocaleUtils = ContactLocaleUtils.getIntance();

Completed in 659 milliseconds