HomeSort by relevance Sort by last modified time
    Searched full:saveintent (Results 1 - 1 of 1) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 592 Intent saveIntent = null;
598 saveIntent = ContactSaveService.createNewGroupIntent(activity,
611 saveIntent = ContactSaveService.createGroupUpdateIntent(activity, mGroupId,
617 activity.startService(saveIntent);
    [all...]

Completed in 462 milliseconds