Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java313 public CommandFileWatcher getCommandFileWatcher(); in getCommandFileWatcher() method
DCommandScheduler.java1124 public synchronized CommandFileWatcher getCommandFileWatcher() { in getCommandFileWatcher() method in CommandScheduler
1620 if (mReloadCmdfiles && getCommandFileWatcher().isFileWatched(cmdFile)) { in addCommandFile()
1640 getCommandFileWatcher().addCmdFile(cmdFile, extraArgs, parser.getIncludedFiles()); in internalAddCommandFile()
2166 getCommandFileWatcher().removeAllFiles(); in removeAllCommands()
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java195 public synchronized CommandFileWatcher getCommandFileWatcher() { in getCommandFileWatcher() method in CommandSchedulerTest.TestableCommandScheduler