Home | History | Annotate | Download | only in contacts

Lines Matching defs:label

663      * @param label is the name of the group (cannot be null)
670 String label, long[] rawContactsToAdd, Class<? extends Activity> callbackActivity,
677 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, label);
693 String label = intent.getStringExtra(EXTRA_GROUP_LABEL);
700 values.put(Groups.TITLE, label);
710 Log.e(TAG, "Couldn't create group with label " + label);
750 String label = intent.getStringExtra(EXTRA_GROUP_LABEL);
758 values.put(Groups.TITLE, label);
824 String label = intent.getStringExtra(EXTRA_GROUP_LABEL);
837 if (label != null) {
839 values.put(Groups.TITLE, label);