Searched refs:mCommandFileWatcher (Results 1 – 1 of 1) sorted by relevance
167 private CommandFileWatcher mCommandFileWatcher = null; field in CommandScheduler1126 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()