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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java284 Class<? extends Activity> callbackActivity, String callbackAction) {
299 Intent callbackIntent = new Intent(context, callbackActivity);
353 Class<? extends Activity> callbackActivity, String callbackAction, long rawContactId,
358 callbackActivity, callbackAction, bundle,
374 Class<? extends Activity> callbackActivity, String callbackAction,
387 if (callbackActivity != null) {
391 Intent callbackIntent = new Intent(context, callbackActivity);
666 * @param callbackActivity is the activity to send the callback intent to
670 String label, long[] rawContactsToAdd, Class<? extends Activity> callbackActivity,
682 Intent callbackIntent = new Intent(context, callbackActivity);
282 createNewRawContactIntent(Context context, ArrayList<ContentValues> values, AccountWithDataSet account, Class<? extends Activity> callbackActivity, String callbackAction) argument
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
669 createNewGroupIntent(Context context, AccountWithDataSet account, String label, long[] rawContactsToAdd, Class<? extends Activity> callbackActivity, String callbackAction) argument
733 createGroupRenameIntent(Context context, long groupId, String newLabel, Class<? extends Activity> callbackActivity, String callbackAction) argument
803 createGroupUpdateIntent(Context context, long groupId, String newLabel, long[] rawContactsToAdd, long[] rawContactsToRemove, Class<? extends Activity> callbackActivity, String callbackAction) argument
1119 createJoinContactsIntent(Context context, long contactId1, long contactId2, Class<? extends Activity> callbackActivity, String callbackAction) argument
[all...]

Completed in 39 milliseconds