Home
last modified time | relevance | path

Searched refs:CommandFileWatcher (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandFileWatcherTest.java21 import com.android.tradefed.command.CommandFileWatcher.ICommandFileListener;
41 private CommandFileWatcher mWatcher = null;
48 mWatcher = new CommandFileWatcher(mMockListener); in setUp()
DCommandSchedulerTest.java111 @Mock CommandFileWatcher mMockFileWatcher;
195 public synchronized CommandFileWatcher getCommandFileWatcher() { in getCommandFileWatcher()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileWatcher.java38 class CommandFileWatcher extends Thread { class
113 public CommandFileWatcher(ICommandFileListener listener) { in CommandFileWatcher() method in CommandFileWatcher
DICommandScheduler.java313 public CommandFileWatcher getCommandFileWatcher(); in getCommandFileWatcher()
DCommandScheduler.java26 import com.android.tradefed.command.CommandFileWatcher.ICommandFileListener;
167 private CommandFileWatcher mCommandFileWatcher = null;
1124 public synchronized CommandFileWatcher getCommandFileWatcher() { in getCommandFileWatcher()
1127 mCommandFileWatcher = new CommandFileWatcher(this); in getCommandFileWatcher()