Searched refs:tDevice (Results 1 – 1 of 1) sorted by relevance
1499 private static void createProcMap(ITestDevice tDevice) throws DeviceNotAvailableException { in createProcMap() argument1504 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() argument1546 createProcMap(tDevice); in getProcMap()1551 public static HashMap<String, ArrayList<ProcessDetails>> getExeMap(ITestDevice tDevice) in getExeMap() argument1554 createProcMap(tDevice); in getExeMap()