Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java918 public synchronized CommandFileWatcher getCommandFileWatcher() { in getCommandFileWatcher() method in CommandScheduler
1359 if (mReloadCmdfiles && getCommandFileWatcher().isFileWatched(cmdFile)) { in addCommandFile()
1380 getCommandFileWatcher().addCmdFile(cmdFile, extraArgs, parser.getIncludedFiles()); in internalAddCommandFile()
1770 getCommandFileWatcher().removeAllFiles(); in removeAllCommands()
DICommandScheduler.java298 public CommandFileWatcher getCommandFileWatcher(); in getCommandFileWatcher() method