Home
last modified time | relevance | path

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

/frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
DSvcMonitor.java159 private String getPIDof(String psName) { in getPIDof() argument
163 String[] cmd = {"/system/bin/sh", "-c", "ps | grep " + psName}; in getPIDof()
169 throw new IOException("No such process: " + psName); in getPIDof()
173 Log.d(javaProcTAG, "Error finding PID of process: " + psName + "\n", e); in getPIDof()