Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java1478 private static HashMap<String, ArrayList<ProcessDetails>> exeMap; field in SELinuxHostTest.ProcessDetails
1510 exeMap = new HashMap<String, ArrayList<ProcessDetails>>(); in createProcMap()
1535 if (exeMap.get(procTitle) == null) { in createProcMap()
1536 exeMap.put(procTitle, new ArrayList<ProcessDetails>()); in createProcMap()
1538 exeMap.get(procTitle).add(proc); in createProcMap()
1553 if (exeMap == null) { in getExeMap()
1556 return exeMap; in getExeMap()