Home
last modified time | relevance | path

Searched refs:getAttributeIntValue (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/
DRoleParser.java274 int minSdkVersion = getAttributeIntValue(parser, ATTRIBUTE_MIN_SDK_VERSION, in parsePermission()
348 int minSdkVersion = getAttributeIntValue(parser, ATTRIBUTE_MIN_SDK_VERSION, in parseRole()
525 int queryFlags = getAttributeIntValue(parser, ATTRIBUTE_QUERY_FLAGS, 0); in parseRequiredComponent()
760 Integer maxTargetSdkVersion = getAttributeIntValue(parser, in parseAppOps()
918 private int getAttributeIntValue(@NonNull XmlResourceParser parser, in getAttributeIntValue() method in RoleParser
920 return parser.getAttributeIntValue(null, name, defaultValue); in getAttributeIntValue()
/packages/apps/Stk/src/com/android/stk/
DStkMenuConfig.java170 int mcc = parser.getAttributeIntValue(null, XML_MCC_ATTR, UNSPECIFIED); in initialize()
171 int mnc = parser.getAttributeIntValue(null, XML_MNC_ATTR, UNSPECIFIED); in initialize()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperCategory.java152 mPriority = attrs.getAttributeIntValue(null, "priority", -1); in Builder()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java693 return attrs.getAttributeIntValue(null, attribute, defaultValue); in getAttr()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DBaseAccountType.java152 return attrs.getAttributeIntValue(null, attribute, defaultValue); in getAttr()