Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/packageinstaller/role/model/
DRoles.java308 boolean requestable = getAttributeBooleanValue(parser, ATTRIBUTE_REQUESTABLE, true); in parseRole()
337 boolean showNone = getAttributeBooleanValue(parser, ATTRIBUTE_SHOW_NONE, false); in parseRole()
344 boolean systemOnly = getAttributeBooleanValue(parser, ATTRIBUTE_SYSTEM_ONLY, false); in parseRole()
503 boolean metaDataOptional = getAttributeBooleanValue(parser, ATTRIBUTE_OPTIONAL, in parseRequiredComponent()
845 private static boolean getAttributeBooleanValue(@NonNull XmlResourceParser parser, in getAttributeBooleanValue() method in Roles
847 return parser.getAttributeBooleanValue(null, name, defaultValue); in getAttributeBooleanValue()
857 return getAttributeBooleanValue(parser, name, defaultValue); in requireAttributeBooleanValue()
DAssistantRoleBehavior.java215 supportsAssist = attrs.getAttributeBooleanValue(i, false); in isAssistantVoiceInteractionService()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java684 return attrs.getAttributeBooleanValue(null, attribute, defaultValue); in getAttr()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DBaseAccountType.java148 return attrs.getAttributeBooleanValue(null, attribute, defaultValue); in getAttr()