Home
last modified time | relevance | path

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

/frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
DSvcMonitor.java20 volatile Thread tMonitor; field in SvcMonitor
45 if (tMonitor == null) { in changeConfig()
54 if (tMonitor != null) { in startMonitor()
67 tMonitor = new Thread(monitor); in startMonitor()
68 tMonitor.start(); in startMonitor()
78 if (tMonitor == null) { in stopThread()
83 tMonitor.interrupt(); in stopThread()
85 tMonitor.join(); in stopThread()
89 tMonitor = null; in stopThread()