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.java346 Intent intent = ContactSaveService.createSaveContactIntent( in saveToContact()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java442 public static Intent createSaveContactIntent(Context context, RawContactDeltaList state, in createSaveContactIntent() method in ContactSaveService
448 return createSaveContactIntent(context, state, saveModeExtraKey, saveMode, isProfile, in createSaveContactIntent()
463 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()