Searched refs:groupName (Results 1 – 9 of 9) sorted by relevance
379 String groupName = origGroupName; in extractPerms() local380 if (groupName == null) { in extractPerms()381 groupName = tmpPermInfo.packageName; in extractPerms()382 tmpPermInfo.group = groupName; in extractPerms()384 MyPermissionGroupInfo group = mPermGroups.get(groupName); in extractPerms()
827 String groupName = horizontal ? "column" : "row"; in checkLayoutParams() local831 handleInvalidParams(groupName + " indices must be positive"); in checkLayoutParams()837 handleInvalidParams(groupName + in checkLayoutParams()838 " indices (start + span) mustn't exceed the " + groupName + " count"); in checkLayoutParams()841 handleInvalidParams(groupName + " span mustn't exceed the " + groupName + " count"); in checkLayoutParams()
386 final String groupName = line.substring(nameIndex, i); in constructPropertyData()387 if (groupName.length() == 0) { in constructPropertyData()390 propertyData.addGroup(groupName); in constructPropertyData()
1273 String groupName = groupList.get(i); in doListPermissions() local1279 if (groupName != null) { in doListPermissions()1281 mInterface.getPermissionGroupInfo(groupName, 0 /*flags*/); in doListPermissions()1315 if (groups && groupName == null && pi.group != null) { in doListPermissions()
806 String groupName = horizontal ? "column" : "row"; in checkLayoutParams() local810 handleInvalidParams(groupName + " indices must be positive"); in checkLayoutParams()816 handleInvalidParams(groupName + in checkLayoutParams()817 " indices (start + span) mustn't exceed the " + groupName + " count"); in checkLayoutParams()820 handleInvalidParams(groupName + " span mustn't exceed the " + groupName + " count"); in checkLayoutParams()
1035 AString groupName; in parseMedia() local1124 groupName.setTo(val, 1, val.size() - 2); in parseMedia()1249 groupName.c_str(), in parseMedia()
507 public static Uri addToGroup(ContentResolver resolver, long personId, String groupName) { in addToGroup() argument510 Groups.NAME + "=?", new String[] { groupName }, null); in addToGroup()
1239 final String groupName = in updateStateFromTypedArray() local1241 if (groupName != null) { in updateStateFromTypedArray()1242 mGroupName = groupName; in updateStateFromTypedArray()
1267 final String groupName = a.getString(R.styleable.VectorDrawableGroup_name); in updateStateFromTypedArray() local1268 if (groupName != null) { in updateStateFromTypedArray()1269 mGroupName = groupName; in updateStateFromTypedArray()