Home
last modified time | relevance | path

Searched defs:protectionLevel (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DLegacyManifestParserTest.java34 int protectionLevel = in createPackage_signatureOrPrivileged_shouldParseCorrectFlags() local
44 int protectionLevel = in createPackage_protectionLevelNotDeclated_shouldParseToNormal() local
53 int protectionLevel = in createPackage_protectionLevelVendorOrOem_shouldParseCorrectFlags() local
64 int protectionLevel = in createPackage_protectionLevelDangerous_shouldParseCorrectFlags() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DPermissionItemData.java11 private final String protectionLevel; field in PermissionItemData
14 String permissionGroup, String protectionLevel, MetaData metaData) { in PermissionItemData()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DLegacyManifestParser.java478 private static int decodeProtectionLevel(String protectionLevel) { in decodeProtectionLevel()