Searched defs:commands (Results 1 – 8 of 8) sorted by relevance
72 public void execute(String[] commands) { in execute()81 SimulatorPortalEntryGroup simulatorPortalEntryGroup, String[] commands, int index) { in execute()85 execute(simulatorPortalEntryGroup.subPortals().get(commands[index]), commands, index + 1); in execute() local
31 public abstract ImmutableMap<String, Command> commands(); in commands() method in CommandSupplier
60 ImmutableMap<String, Command> commands = in run() local
60 String[] commands = mStatements.get(i); in onDowngrade() local
301 String sendComplexCommand(List<String> commands, boolean sensitive) throws MessagingException, in sendComplexCommand()390 List<ImapResponse> executeComplexCommand(List<String> commands, boolean sensitive) in executeComplexCommand()
473 List<String> commands = new ArrayList<String>(); in getMessages() local493 /* package */ String[] complexSearchForUids(List<String> commands) throws MessagingException { in complexSearchForUids()
131 String[] commands = line.split(" "); in initializeData() local
2622 Command[] commands; in commandSequences() local