Searched refs:psName (Results 1 – 1 of 1) sorted by relevance
159 private String getPIDof(String psName) { in getPIDof() argument163 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()