Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DLegacyManifestParser.java422 permissionInfo.protectionLevel = decodeProtectionLevel(itemData.getProtectionLevel()); in createPermissionInfo()
478 private static int decodeProtectionLevel(String protectionLevel) { in decodeProtectionLevel() method in LegacyManifestParser