Searched refs:psOutput (Results 1 – 6 of 6) sorted by relevance
40 String psOutput = "USER PID PPID VSZ RSS WCHAN PC S NAME\n" in testNewerValidPsOutput() local43 List<ProcessInfo> psInfo = PsParser.getProcesses(psOutput); in testNewerValidPsOutput()57 String psOutput = "bad pid '-A'\n" in testOlderValidPsOutput() local61 List<ProcessInfo> psInfo = PsParser.getProcesses(psOutput); in testOlderValidPsOutput()
38 public static List<ProcessInfo> getProcesses(String psOutput) { in getProcesses() argument41 if (psOutput.isEmpty()) { in getProcesses()44 String processLines[] = psOutput.split(LINE_SEPARATOR); in getProcesses()
235 CommandResult psOutput = getDevice().executeShellV2Command("ps -ef | grep snapuserd"); in testBlockCompareUpdate() local236 CLog.d("stdout: %s, stderr: %s", psOutput.getStdout(), psOutput.getStderr()); in testBlockCompareUpdate()
467 CommandResult psOutput = mDevice.executeShellV2Command("ps -ef | grep snapuserd"); in internalUpdateDevice() local468 CLog.d("stdout: %s, stderr: %s", psOutput.getStdout(), psOutput.getStderr()); in internalUpdateDevice()
347 String psOutput = in testRunningProcess_coverageFileNotDeleted() local362 doReturn(psOutput).when(mMockDevice).executeShellCommand("ps -e"); in testRunningProcess_coverageFileNotDeleted()
2691 CommandResult psOutput = executeShellV2Command("ps -ef | grep snapuserd"); in waitForSnapuserd() local2692 CLog.d("stdout: %s, stderr: %s", psOutput.getStdout(), psOutput.getStderr()); in waitForSnapuserd()2693 if (psOutput.getStdout().contains("snapuserd -")) { in waitForSnapuserd()