Home
last modified time | relevance | path

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

/frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
DSvcMonitor.java19 String javaProc, halProc; field in SvcMonitor
59 halProc = intent.getStringExtra("hal"); in startMonitor()
61 if (javaProc == null || halProc == null || period < 100) { in startMonitor()
113 halPID = getPIDof(svcmonitor.halProc); in MonitorRunnable()
124 (halPID.isEmpty() ? svcmonitor.halProc : svcmonitor.javaProc)); in run()