Searched refs:cmdCopy (Results 1 – 2 of 2) sorted by relevance
188 List<CommandFile> cmdCopy; in checkForUpdates() local190 cmdCopy = new ArrayList<CommandFile>(mCmdFileMap.values()); in checkForUpdates()192 for (CommandFile cmd : cmdCopy) { in checkForUpdates()
2212 List<ExecutableCommandState> cmdCopy = getAllCommands(); in getCommandTrackers() local2214 for (ExecutableCommandState cmdState : cmdCopy) { in getCommandTrackers()2389 List<ExecutableCommandState> cmdCopy = getAllCommands(); in dumpCommandsXml() local2390 for (ExecutableCommandState cmd : cmdCopy) { in dumpCommandsXml()2435 List<ExecutableCommandState> cmdCopy = getAllCommands(); in displayCommandQueue() local2436 if (cmdCopy.size() == 0) { in displayCommandQueue()2451 for (ExecutableCommandState cmd : cmdCopy) { in displayCommandQueue()