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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorUtils.java44 public class ContactEditorUtils { class
45 private static final String TAG = "ContactEditorUtils";
54 private static ContactEditorUtils sInstance;
60 private ContactEditorUtils(Context context) { method in class:ContactEditorUtils
65 ContactEditorUtils(Context context, AccountTypeManager accountTypes) { method in class:ContactEditorUtils
71 public static synchronized ContactEditorUtils getInstance(Context context) {
73 sInstance = new ContactEditorUtils(context.getApplicationContext());

Completed in 193 milliseconds