Searched defs:mCommands (Results 1 – 4 of 4) sorted by relevance
44 private final List<ApduCommand> mCommands = new ArrayList<>(); field in RequestBuilder
129 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