Searched refs:getAttributeIntValue (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Stk/src/com/android/stk/ |
D | StkMenuConfig.java | 170 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/ |
D | Roles.java | 695 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/ |
D | BaseAccountType.java | 688 return attrs.getAttributeIntValue(null, attribute, defaultValue); in getAttr()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
D | BaseAccountType.java | 152 return attrs.getAttributeIntValue(null, attribute, defaultValue); in getAttr()
|