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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactLocaleUtils.java39 public class ContactLocaleUtilsBase { class in class:ContactLocaleUtils
62 private class ChineseContactUtils extends ContactLocaleUtilsBase {
132 private final SparseArray<ContactLocaleUtilsBase> mUtils =
133 new SparseArray<ContactLocaleUtilsBase>();
135 private final ContactLocaleUtilsBase mBase = new ContactLocaleUtilsBase();
167 private ContactLocaleUtilsBase getForNameLookup(Integer nameStyle) {
176 private synchronized ContactLocaleUtilsBase get(Integer nameStyle) {
177 ContactLocaleUtilsBase utils = mUtils.get(nameStyle);
193 private ContactLocaleUtilsBase getForSor
[all...]

Completed in 27 milliseconds