Home | History | Annotate | Download | only in contacts

Lines Matching refs:newLabel

626     public static Intent createGroupRenameIntent(Context context, long groupId, String newLabel,
631 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, newLabel);
687 * @param newLabel is the updated name of the group (can be null if the name
696 public static Intent createGroupUpdateIntent(Context context, long groupId, String newLabel,
702 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, newLabel);