Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DSELinuxTest.java92 Map<String, Boolean> contextsCache = new HashMap<String, Boolean>(); in testSELinuxPolicyFile() local
141 …ivate PolicyFileTestResult runRuleChecks(SELinuxPolicyRule r, Map<String, Boolean> contextsCache) { in runRuleChecks()