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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorUtils.java45 public class ContactEditorUtils { class
46 private static final String TAG = "ContactEditorUtils";
52 private static ContactEditorUtils sInstance;
61 private ContactEditorUtils(Context context) { method in class:ContactEditorUtils
66 ContactEditorUtils(Context context, AccountTypeManager accountTypes) { method in class:ContactEditorUtils
76 public static synchronized ContactEditorUtils getInstance(Context context) {
78 sInstance = new ContactEditorUtils(context.getApplicationContext());

Completed in 86 milliseconds