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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java733 public static Intent createGroupRenameIntent(Context context, long groupId, String newLabel, argument
738 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, newLabel);
794 * @param newLabel is the updated name of the group (can be null if the name
803 public static Intent createGroupUpdateIntent(Context context, long groupId, String newLabel, argument
809 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, newLabel);

Completed in 53 milliseconds