Searched refs:ContactEditorUtils (Results 1 – 7 of 7) sorted by relevance
38 public class ContactEditorUtils { class43 private ContactEditorUtils(Context context) { in ContactEditorUtils() method in ContactEditorUtils47 public static ContactEditorUtils create(Context context) { in create()48 return new ContactEditorUtils(context.getApplicationContext()); in create()
339 protected ContactEditorUtils mEditorUtils;471 mEditorUtils = ContactEditorUtils.create(mContext); in onAttach()1499 final Uri lookupUri = ContactEditorUtils.maybeConvertToLegacyLookupUri( in onSaveCompleted()
459 mPrimaryAccount = ContactEditorUtils.create(getContext()) in setState()
34 import com.android.contacts.editor.ContactEditorUtils;57 private ContactEditorUtils mEditorUtils;97 mEditorUtils = ContactEditorUtils.create(this); in onCreate()
44 import com.android.contacts.editor.ContactEditorUtils;360 final ContactEditorUtils editorUtils = ContactEditorUtils.create(this); in selectAccountAndCreateContact()
54 private ContactEditorUtils mTarget;69 mTarget = ContactEditorUtils.create(InstrumentationRegistry.getTargetContext()); in setUp()
30 -keep class com.android.contacts.editor.ContactEditorUtils { *; }