Searched refs:PsParser (Results 1 – 5 of 5) sorted by relevance
33 List<ProcessInfo> psInfo = PsParser.getProcesses(""); in testEmptyPsOutput()43 List<ProcessInfo> psInfo = PsParser.getProcesses(psOutput); in testNewerValidPsOutput()61 List<ProcessInfo> psInfo = PsParser.getProcesses(psOutput); in testOlderValidPsOutput()79 List<ProcessInfo> psInfo = PsParser.getProcesses(psMissingInfo); in testMissingInfoPsOutput()
25 public class PsParser { class
118 PsParser.getProcesses(mDevice.executeShellCommand("ps -e")); in findSignalHandlingPids()
62 List<ProcessInfo> processes = PsParser.getProcesses(mDevice.executeShellCommand("ps -e")); in getAllProcessNames()
39 import com.android.tradefed.util.PsParser;276 List<ProcessInfo> processes = PsParser.getProcesses(device.executeShellCommand("ps -e")); in getRunningProcessIds()