Home | History | Annotate | Download | only in contacts

Lines Matching refs:newLabel

499     public static Intent createGroupRenameIntent(Context context, long groupId, String newLabel,
504 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, newLabel);
560 * @param newLabel is the updated name of the group (can be null if the name
569 public static Intent createGroupUpdateIntent(Context context, long groupId, String newLabel,
575 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, newLabel);