Searched refs:CommandFileWatcher (Results 1 – 5 of 5) sorted by relevance
21 import com.android.tradefed.command.CommandFileWatcher.ICommandFileListener;41 private CommandFileWatcher mWatcher = null;48 mWatcher = new CommandFileWatcher(mMockListener); in setUp()
111 @Mock CommandFileWatcher mMockFileWatcher;195 public synchronized CommandFileWatcher getCommandFileWatcher() { in getCommandFileWatcher()
38 class CommandFileWatcher extends Thread { class113 public CommandFileWatcher(ICommandFileListener listener) { in CommandFileWatcher() method in CommandFileWatcher
313 public CommandFileWatcher getCommandFileWatcher(); in getCommandFileWatcher()
26 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()