Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/
DRoleParser.java289 boolean allowBypassingQualification = getAttributeBooleanValue(parser, in parseRole()
312 boolean visible = getAttributeBooleanValue(parser, ATTRIBUTE_VISIBLE, true); in parseRole()
345 boolean fallBackToDefaultHolder = getAttributeBooleanValue(parser, in parseRole()
351 boolean overrideUserWhenGranting = getAttributeBooleanValue(parser, in parseRole()
354 boolean requestable = getAttributeBooleanValue(parser, ATTRIBUTE_REQUESTABLE, visible); in parseRole()
379 boolean showNone = getAttributeBooleanValue(parser, ATTRIBUTE_SHOW_NONE, false); in parseRole()
386 boolean statik = getAttributeBooleanValue(parser, ATTRIBUTE_STATIC, false); in parseRole()
394 boolean systemOnly = getAttributeBooleanValue(parser, ATTRIBUTE_SYSTEM_ONLY, false); in parseRole()
903 private boolean getAttributeBooleanValue(@NonNull XmlResourceParser parser, in getAttributeBooleanValue() method in RoleParser
905 return parser.getAttributeBooleanValue(null, name, defaultValue); in getAttributeBooleanValue()
[all …]
DAssistantRoleBehavior.java221 supportsAssist = attrs.getAttributeBooleanValue(i, false); in isAssistantVoiceInteractionService()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java689 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()