Searched refs:commandCode (Results 1 – 2 of 2) sorted by relevance
73 public Session2Command(int commandCode) { in Session2Command() argument74 if (commandCode == COMMAND_CODE_CUSTOM) { in Session2Command()77 mCommandCode = commandCode; in Session2Command()
99 public boolean hasCommand(int commandCode) { in hasCommand() argument100 if (commandCode == COMMAND_CODE_CUSTOM) { in hasCommand()104 if (command.getCommandCode() == commandCode) { in hasCommand()