Searched defs:commands (Results 1 – 6 of 6) sorted by relevance
13 CommandApdu[] commands = new CommandApdu[256]; in getCommandSequence() local
64 Set<Session2Command> commands = commandGroup.getCommands(); in testGetCommands() local
98 String[] commands = {Utils.TEST_COMMAND}; in continueTests() local
131 String[] commands = {"df", tempdir}; in printMemory() local
97 public boolean[] onGetSupportedCommands(String[] commands) { in onGetSupportedCommands()