Searched defs:saveModeExtraKey (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java352 String saveModeExtraKey, int saveMode, boolean isProfile,
357 return createSaveContactIntent(context, state, saveModeExtraKey, saveMode, isProfile,
373 String saveModeExtraKey, int saveMode, boolean isProfile,
392 callbackIntent.putExtra(saveModeExtraKey, saveMode);
351 createSaveContactIntent(Context context, RawContactDeltaList state, String saveModeExtraKey, int saveMode, boolean isProfile, Class<? extends Activity> callbackActivity, String callbackAction, long rawContactId, Uri updatedPhotoPath) argument
372 createSaveContactIntent(Context context, RawContactDeltaList state, String saveModeExtraKey, int saveMode, boolean isProfile, Class<? extends Activity> callbackActivity, String callbackAction, Bundle updatedPhotos, String joinContactIdExtraKey, Long joinContactId) argument

Completed in 43 milliseconds