Searched refs:notifyFileChanged (Results 1 – 4 of 4) sorted by relevance
58 mMockListener.notifyFileChanged(cmdFile, EMPTY_ARGS); in testImmediateChange()87 mMockListener.notifyFileChanged(cmdFile2, EMPTY_ARGS); in testMultipleCmdFiles()105 mMockListener.notifyFileChanged(cmdFile1, EMPTY_ARGS); in testDependencies()124 mMockListener.notifyFileChanged(cmdFile1, EMPTY_ARGS); in testMultipleDependencies()136 mMockListener.notifyFileChanged(cmdFile1, EMPTY_ARGS); in testReplacingWatchedFile()
652 mScheduler.notifyFileChanged(new File("mycmd.txt"), extraArgs); in testAddCommandFile_reload()
47 public void notifyFileChanged(File cmdFile, List<String> extraArgs); in notifyFileChanged() method174 mListener.notifyFileChanged(cmd.file, cmd.extraArgs); in checkForUpdates()
2312 public void notifyFileChanged(File cmdFile, List<String> extraArgs) { in notifyFileChanged() method in CommandScheduler