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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactLocaleUtils.java32 public class ContactLocaleUtils { class
130 private static ContactLocaleUtils sSingleton;
138 private ContactLocaleUtils() { method in class:ContactLocaleUtils
196 public static synchronized ContactLocaleUtils getIntance() {
198 sSingleton = new ContactLocaleUtils();

Completed in 54 milliseconds