Searched defs:commands (Results 1 – 7 of 7) sorted by relevance
31 public abstract ImmutableMap<String, Command> commands(); in commands() method in CommandSupplier
60 ImmutableMap<String, Command> commands = in run() local
59 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()
140 String[] commands = line.split(" "); in initializeData() local
2518 Command[] commands; in commandSequences() local