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

/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp850 AString groupName; local
937 groupName.setTo(val, 1, val.size() - 2);
1055 groupName.c_str(),
/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 205 milliseconds