Searched refs:groupName (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/pim/vcard/
H A DVCardParserImpl_V21.java530 final String groupName = line.substring(nameIndex, i);
531 if (groupName.length() == 0) {
534 mInterpreter.propertyGroup(groupName);
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java510 String groupName = groupList.get(i);
514 if (groupName != null) {
516 groupName, 0);
554 if (groups && groupName == null && pi.group != null) {
/frameworks/base/core/java/android/provider/
H A DContacts.java502 * @param groupName the name of the group to add the contact to
508 public static Uri addToGroup(ContentResolver resolver, long personId, String groupName) { argument
511 Groups.NAME + "=?", new String[] { groupName }, null);

Completed in 294 milliseconds