Home
last modified time | relevance | path

Searched refs:getCommandType (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java381 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()
DCommandParams.java38 AppInterface.CommandType getCommandType() { in getCommandType() method in CommandParams