Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandFileWatcherTest.java19 import com.android.tradefed.command.CommandFileWatcher.ICommandFileListener;
37 private CommandFileWatcher mWatcher = null;
48 mWatcher = new CommandFileWatcher(mMockListener); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileWatcher.java38 class CommandFileWatcher extends Thread { class
109 public CommandFileWatcher(ICommandFileListener listener) { in CommandFileWatcher() method in CommandFileWatcher
DICommandScheduler.java287 public CommandFileWatcher getCommandFileWatcher(); in getCommandFileWatcher()