Searched refs:groupName (Results 1 – 14 of 14) sorted by relevance
201 CharSequence groupName = null; in bindNotification() local207 groupName = notificationChannelGroup.getName(); in bindNotification()212 if (groupName != null) { in bindNotification()213 groupNameView.setText(groupName); in bindNotification()
378 String groupName = origGroupName; in extractPerms() local379 if (groupName == null) { in extractPerms()380 groupName = tmpPermInfo.packageName; in extractPerms()381 tmpPermInfo.group = groupName; in extractPerms()383 MyPermissionGroupInfo group = mPermGroups.get(groupName); in extractPerms()
836 String groupName = horizontal ? "column" : "row"; in checkLayoutParams() local840 handleInvalidParams(groupName + " indices must be positive"); in checkLayoutParams()846 handleInvalidParams(groupName + in checkLayoutParams()847 " indices (start + span) mustn't exceed the " + groupName + " count"); in checkLayoutParams()850 handleInvalidParams(groupName + " span mustn't exceed the " + groupName + " count"); in checkLayoutParams()
387 final String groupName = line.substring(nameIndex, i); in constructPropertyData()388 if (groupName.length() == 0) { in constructPropertyData()391 propertyData.addGroup(groupName); in constructPropertyData()
812 String groupName = horizontal ? "column" : "row"; in checkLayoutParams() local816 handleInvalidParams(groupName + " indices must be positive"); in checkLayoutParams()822 handleInvalidParams(groupName + in checkLayoutParams()823 " indices (start + span) mustn't exceed the " + groupName + " count"); in checkLayoutParams()826 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()
349 void debugHintScriptGroup2(const char* groupName, in debugHintScriptGroup2() argument353 ALOGV("group name: %d:%s\n", groupNameSize, groupName); in debugHintScriptGroup2()
1486 String groupName = groupList.get(i); in doListPermissions() local1492 if (groupName != null) { in doListPermissions()1494 mInterface.getPermissionGroupInfo(groupName, 0 /*flags*/); in doListPermissions()1528 if (groups && groupName == null && pi.group != null) { in doListPermissions()
1044 public boolean groupRemove(String groupName) { in groupRemove() argument1045 if (TextUtils.isEmpty(groupName)) return false; in groupRemove()1048 SupplicantResult<Void> result = new SupplicantResult("groupRemove(" + groupName + ")"); in groupRemove()1050 result.setResult(mISupplicantP2pIface.removeGroup(groupName)); in groupRemove()
500 public static Uri addToGroup(ContentResolver resolver, long personId, String groupName) { in addToGroup() argument503 Groups.NAME + "=?", new String[] { groupName }, null); in addToGroup()
1398 final String groupName = in updateStateFromTypedArray() local1400 if (groupName != null) { in updateStateFromTypedArray()1401 mGroupName = groupName; in updateStateFromTypedArray()
1311 final String groupName = a.getString(R.styleable.VectorDrawableGroup_name); in updateStateFromTypedArray() local1312 if (groupName != null) { in updateStateFromTypedArray()1313 mGroupName = groupName; in updateStateFromTypedArray()
206 CharSequence groupName = parser.getAttributeValue(null, ATT_NAME); in readXml() local209 = new NotificationChannelGroup(id, groupName); in readXml()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...