Home
last modified time | relevance | path

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

/cts/tests/tests/permission2/src/android/permission2/cts/
DPermissionPolicyTest.java155 private static int parseProtectionLevel(String protectionLevelString) { in parseProtectionLevel() argument
157 String[] fragments = protectionLevelString.split("\\|"); in parseProtectionLevel()