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
1126 if (mCommandFileWatcher == null) { in getCommandFileWatcher()
1127 mCommandFileWatcher = new CommandFileWatcher(this); in getCommandFileWatcher()
1128 mCommandFileWatcher.start(); in getCommandFileWatcher()
1130 return mCommandFileWatcher; in getCommandFileWatcher()
2134 if (mCommandFileWatcher != null) { in doShutdown()
2135 mCommandFileWatcher.cancel(); in doShutdown()