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

/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 63 milliseconds