Searched refs:mMonitorThread (Results 1 – 1 of 1) sorted by relevance
103 private Thread mMonitorThread = null; field in SecurityLogMonitor144 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()