Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java1499 private static void createProcMap(ITestDevice tDevice) throws DeviceNotAvailableException { in createProcMap() argument
1504 tDevice.executeShellCommand("toybox ps -A -o label,user,pid,ppid,cmdline", psOut); in createProcMap()
1543 public static HashMap<String, ArrayList<ProcessDetails>> getProcMap(ITestDevice tDevice) in getProcMap() argument
1546 createProcMap(tDevice); in getProcMap()
1551 public static HashMap<String, ArrayList<ProcessDetails>> getExeMap(ITestDevice tDevice) in getExeMap() argument
1554 createProcMap(tDevice); in getExeMap()