Home
last modified time | relevance | path

Searched refs:createSaveContactIntent (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DInvisibleContactUtil.java77 final Intent intent = ContactSaveService.createSaveContactIntent( in addToDefaultGroup()
/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java343 Intent intent = ContactSaveService.createSaveContactIntent( in saveToContact()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java438 public static Intent createSaveContactIntent(Context context, RawContactDeltaList state, in createSaveContactIntent() method in ContactSaveService
444 return createSaveContactIntent(context, state, saveModeExtraKey, saveMode, isProfile, in createSaveContactIntent()
459 public static Intent createSaveContactIntent(Context context, RawContactDeltaList state, in createSaveContactIntent() method in ContactSaveService
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1692 final Intent intent = ContactSaveService.createSaveContactIntent(mContext, mState, in doSaveAction()