Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java167 private CommandFileWatcher mCommandFileWatcher = null; field in CommandScheduler
1135 if (mCommandFileWatcher == null) { in getCommandFileWatcher()
1136 mCommandFileWatcher = new CommandFileWatcher(this); in getCommandFileWatcher()
1137 mCommandFileWatcher.start(); in getCommandFileWatcher()
1139 return mCommandFileWatcher; in getCommandFileWatcher()
2143 if (mCommandFileWatcher != null) { in doShutdown()
2144 mCommandFileWatcher.cancel(); in doShutdown()