Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DSecurityLogMonitor.java103 private Thread mMonitorThread = null; field in SecurityLogMonitor
144 if (mMonitorThread == null) { in start()
152 mMonitorThread = new Thread(this); in start()
153 mMonitorThread.start(); in start()
165 if (mMonitorThread != null) { in stop()
166 mMonitorThread.interrupt(); in stop()
168 mMonitorThread.join(TimeUnit.SECONDS.toMillis(5)); in stop()
178 mMonitorThread = null; in stop()