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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorUtils.java43 public class ContactEditorUtils { class
44 private static final String TAG = "ContactEditorUtils";
53 private static ContactEditorUtils sInstance;
59 private ContactEditorUtils(Context context) { method in class:ContactEditorUtils
64 ContactEditorUtils(Context context, AccountTypeManager accountTypes) { method in class:ContactEditorUtils
70 public static synchronized ContactEditorUtils getInstance(Context context) {
72 sInstance = new ContactEditorUtils(context);

Completed in 44 milliseconds