Searched refs:cmdCopy (Results 1 – 2 of 2) sorted by relevance
1854 List<ExecutableCommandState> cmdCopy = getAllCommands(); in getCommandTrackers() local1856 for (ExecutableCommandState cmdState : cmdCopy) { in getCommandTrackers()2042 List<ExecutableCommandState> cmdCopy = getAllCommands(); in dumpCommandsXml() local2043 for (ExecutableCommandState cmd : cmdCopy) { in dumpCommandsXml()2090 List<ExecutableCommandState> cmdCopy = getAllCommands(); in displayCommandQueue() local2091 if (cmdCopy.size() == 0) { in displayCommandQueue()2098 for (ExecutableCommandState cmd : cmdCopy) { in displayCommandQueue()
168 List<CommandFile> cmdCopy; in checkForUpdates() local170 cmdCopy = new ArrayList<CommandFile>(mCmdFileMap.values()); in checkForUpdates()172 for (CommandFile cmd : cmdCopy) { in checkForUpdates()