Searched refs:getCommandFileWatcher (Results 1 – 3 of 3) sorted by relevance
313 public CommandFileWatcher getCommandFileWatcher(); in getCommandFileWatcher() method
1124 public synchronized CommandFileWatcher getCommandFileWatcher() { in getCommandFileWatcher() method in CommandScheduler1620 if (mReloadCmdfiles && getCommandFileWatcher().isFileWatched(cmdFile)) { in addCommandFile()1640 getCommandFileWatcher().addCmdFile(cmdFile, extraArgs, parser.getIncludedFiles()); in internalAddCommandFile()2166 getCommandFileWatcher().removeAllFiles(); in removeAllCommands()
195 public synchronized CommandFileWatcher getCommandFileWatcher() { in getCommandFileWatcher() method in CommandSchedulerTest.TestableCommandScheduler