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/permissioncontroller/role/model/
DRoleParser.java728 Integer maxTargetSdkVersion = getAttributeIntValue(parser, in parseAppOps()
886 private int getAttributeIntValue(@NonNull XmlResourceParser parser, in getAttributeIntValue() method in RoleParser
888 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()