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

/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java389 String groupName = origGroupName;
390 if (groupName == null) {
391 groupName = tmpPermInfo.packageName;
392 tmpPermInfo.group = groupName;
394 MyPermissionGroupInfo group = mPermGroups.get(groupName);
H A DGridLayout.java823 String groupName = horizontal ? "column" : "row";
827 handleInvalidParams(groupName + " indices must be positive");
833 handleInvalidParams(groupName +
834 " indices (start + span) mustn't exceed the " + groupName + " count");
837 handleInvalidParams(groupName + " span mustn't exceed the " + groupName + " count");
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java386 final String groupName = line.substring(nameIndex, i);
387 if (groupName.length() == 0) {
390 propertyData.addGroup(groupName);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java811 String groupName = horizontal ? "column" : "row";
815 handleInvalidParams(groupName + " indices must be positive");
821 handleInvalidParams(groupName +
822 " indices (start + span) mustn't exceed the " + groupName + " count");
825 handleInvalidParams(groupName + " span mustn't exceed the " + groupName + " count");
/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/cmds/pm/src/com/android/commands/pm/
H A DPm.java592 String groupName = groupList.get(i);
596 if (groupName != null) {
598 groupName, 0);
636 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 1024 milliseconds