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

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

Completed in 667 milliseconds