Searched defs:mCommands (Results 1 – 5 of 5) sorted by relevance
38 private final TreeMap<String, ShellCommandActionHandler> mCommands = new TreeMap<>(); field in ShellCommandHandler
44 private final List<ApduCommand> mCommands = new ArrayList<>(); field in RequestBuilder
130 std::deque <sp<Command>> mCommands; // list of pending commands variable
41 private ArrayList<Command> mCommands = new ArrayList<Command>(); field in TextGraphReader
46 private ArrayList<Command> mCommands = new ArrayList<Command>(); field in GraphReader.CommandStack