Searched defs:commands (Results 1 – 4 of 4) sorted by relevance
13 CommandApdu[] commands = new CommandApdu[256]; in getCommandSequence() local
99 String[] commands = {Utils.TEST_COMMAND}; in continueTests() local
130 String[] commands = {"df", tempdir}; in printMemory() local
82 public boolean[] onGetSupportedCommands(String[] commands) { in onGetSupportedCommands()