Home
last modified time | relevance | path

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

/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/PermissionController/src/com/android/packageinstaller/role/model/
DRoles.java695 Integer maxTargetSdkVersion = getAttributeIntValue(parser, in parseAppOps()
860 private static int getAttributeIntValue(@NonNull XmlResourceParser parser, in getAttributeIntValue() method in Roles
862 return parser.getAttributeIntValue(null, name, defaultValue); in getAttributeIntValue()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java688 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()