Searched refs:javaProc (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
H A DSvcMonitor.java19 String javaProc, halProc; field in class:SvcMonitor
58 javaProc = intent.getStringExtra("java");
61 if (javaProc == null || halProc == null || period < 100) {
112 javaPID = getPIDof(svcmonitor.javaProc);
117 javaProcTAG = String.valueOf(svcmonitor.javaProc.toCharArray());
124 (halPID.isEmpty() ? svcmonitor.halProc : svcmonitor.javaProc));

Completed in 417 milliseconds