Searched refs:mCmdFileMap (Results 1 – 1 of 1) sorted by relevance
42 private Map<String, CommandFile> mCmdFileMap = new Hashtable<>(); field in CommandFileWatcher133 mCmdFileMap.put(cmdFile.getAbsolutePath(), f); in addCmdFile()140 return mCmdFileMap.containsKey(cmdFile.getAbsolutePath()); in isFileWatched()169 synchronized (mCmdFileMap) { in checkForUpdates()170 cmdCopy = new ArrayList<CommandFile>(mCmdFileMap.values()); in checkForUpdates()251 mCmdFileMap.clear(); in removeAllFiles()264 CommandFile cmdFile = mCmdFileMap.get(cmdPath); in getExtraArgsForFile()