Searched refs:mCmdFileMap (Results 1 – 1 of 1) sorted by relevance
42 private Map<String, CommandFile> mCmdFileMap = new Hashtable<>(); field in CommandFileWatcher137 mCmdFileMap.put(cmdFile.getAbsolutePath(), f); in addCmdFile()160 return mCmdFileMap.containsKey(cmdFile.getAbsolutePath()); in isFileWatched()189 synchronized (mCmdFileMap) { in checkForUpdates()190 cmdCopy = new ArrayList<CommandFile>(mCmdFileMap.values()); in checkForUpdates()255 mCmdFileMap.clear(); in removeAllFiles()268 CommandFile cmdFile = mCmdFileMap.get(cmdPath); in getExtraArgsForFile()