Searched refs:getAttributeBooleanValue (Results 1 – 4 of 4) sorted by relevance
/packages/apps/PermissionController/src/com/android/packageinstaller/role/model/ |
D | Roles.java | 308 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()
|
D | AssistantRoleBehavior.java | 215 supportsAssist = attrs.getAttributeBooleanValue(i, false); in isAssistantVoiceInteractionService()
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | BaseAccountType.java | 684 return attrs.getAttributeBooleanValue(null, attribute, defaultValue); in getAttr()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
D | BaseAccountType.java | 148 return attrs.getAttributeBooleanValue(null, attribute, defaultValue); in getAttr()
|