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/packageinstaller/role/model/
DRoles.java79 private static final String ATTRIBUTE_SHORT_LABEL = "shortLabel"; field in Roles
330 Integer shortLabelResource = requireAttributeResourceValue(parser, ATTRIBUTE_SHORT_LABEL, 0, in parseRole()