Home
last modified time | relevance | path

Searched refs:ContactEditorUtils (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorUtils.java38 public class ContactEditorUtils { class
43 private ContactEditorUtils(Context context) { in ContactEditorUtils() method in ContactEditorUtils
47 public static ContactEditorUtils create(Context context) { in create()
48 return new ContactEditorUtils(context.getApplicationContext()); in create()
DContactEditorFragment.java339 protected ContactEditorUtils mEditorUtils;
471 mEditorUtils = ContactEditorUtils.create(mContext); in onAttach()
1499 final Uri lookupUri = ContactEditorUtils.maybeConvertToLegacyLookupUri( in onSaveCompleted()
DRawContactEditorView.java459 mPrimaryAccount = ContactEditorUtils.create(getContext()) in setState()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorAccountsChangedActivity.java34 import com.android.contacts.editor.ContactEditorUtils;
57 private ContactEditorUtils mEditorUtils;
97 mEditorUtils = ContactEditorUtils.create(this); in onCreate()
DAttachPhotoActivity.java44 import com.android.contacts.editor.ContactEditorUtils;
360 final ContactEditorUtils editorUtils = ContactEditorUtils.create(this); in selectAccountAndCreateContact()
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DContactEditorUtilsTest.java54 private ContactEditorUtils mTarget;
69 mTarget = ContactEditorUtils.create(InstrumentationRegistry.getTargetContext()); in setUp()
/packages/apps/Contacts/
Dproguard.flags30 -keep class com.android.contacts.editor.ContactEditorUtils { *; }