Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/permissioncontroller/role/model/
DRoleParser.java84 private static final String ATTRIBUTE_SHORT_LABEL = "shortLabel"; field in RoleParser
308 shortLabelResource = requireAttributeResourceValue(parser, ATTRIBUTE_SHORT_LABEL, 0, in parseRole()