Home
last modified time | relevance | path

Searched refs:createEditContactIntentForRawContact (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorIntents.java66 public static Intent createEditContactIntentForRawContact(Context context, in createEditContactIntentForRawContact() method in EditorIntents
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorSpringBoardActivity.java220 final Intent intent = EditorIntents.createEditContactIntentForRawContact( in getIntentForRawContact()