OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protectionlevelmap
(Results
1 - 1
of
1
) sorted by null
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
PermissionNode.java
47
private static Map<String, ProtectionLevel>
protectionLevelMap
;
52
protectionLevelMap
= new HashMap<String, ProtectionLevel>();
53
protectionLevelMap
.put(ProtectionLevel.normal.toString().toLowerCase(),
55
protectionLevelMap
.put(ProtectionLevel.dangerous.toString().toLowerCase(),
57
protectionLevelMap
.put(ProtectionLevel.signature.toString().toLowerCase(),
59
protectionLevelMap
.put(ProtectionLevel.signatureOrSystem.toString().toLowerCase(),
76
protectionLevel =
protectionLevelMap
.get(pl);
Completed in 53 milliseconds