Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandFileWatcherTest.java61 mWatcher.checkForUpdates(); in testImmediateChange()
73 mWatcher.checkForUpdates(); in testNoChange()
74 mWatcher.checkForUpdates(); in testNoChange()
90 mWatcher.checkForUpdates(); in testMultipleCmdFiles()
108 mWatcher.checkForUpdates(); in testDependencies()
127 mWatcher.checkForUpdates(); in testMultipleDependencies()
139 mWatcher.checkForUpdates(); in testReplacingWatchedFile()
142 mWatcher.checkForUpdates(); in testReplacingWatchedFile()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileWatcher.java121 checkForUpdates(); in run()
164 void checkForUpdates() { in checkForUpdates() method in CommandFileWatcher