Searched refs:getCommandType (Results 1 – 2 of 2) sorted by relevance
381 CatLog.d(this, cmdParams.getCommandType().name()); in handleCommand()392 switch (cmdParams.getCommandType()) { in handleCommand()501 CatLog.d(this, "cmd " + cmdParams.getCommandType() + " with null alpha id"); in handleCommand()505 } else if (cmdParams.getCommandType() == CommandType.OPEN_CHANNEL) { in handleCommand()527 ((cmdParams.getCommandType() == CommandType.CLOSE_CHANNEL) || in handleCommand()528 (cmdParams.getCommandType() == CommandType.RECEIVE_DATA) || in handleCommand()529 (cmdParams.getCommandType() == CommandType.SEND_DATA))) { in handleCommand()
38 AppInterface.CommandType getCommandType() { in getCommandType() method in CommandParams