Home
last modified time | relevance | path

Searched refs:typeOfCommand (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCommandDetails.java37 public int typeOfCommand; field in CommandDetails
53 this.typeOfCommand == other.typeOfCommand); in compareTo()
59 typeOfCommand = in.readInt(); in CommandDetails()
67 dest.writeInt(typeOfCommand); in writeToParcel()
93 " typeOfCommand=" + typeOfCommand + in toString()
DCatService.java589 buf.write(cmdDet.typeOfCommand); in sendTerminalResponse()
638 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags()
947 if ((resMsg.mCmdDet.typeOfCommand == CommandType.SET_UP_EVENT_LIST.value()) in validateResponse()
948 || (resMsg.mCmdDet.typeOfCommand == CommandType.SET_UP_MENU.value())) { in validateResponse()
949 CatLog.d(this, "CmdType: " + resMsg.mCmdDet.typeOfCommand); in validateResponse()
993 AppInterface.CommandType type = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in handleCmdResponse()
DCommandParams.java39 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
DCatCmdMessage.java220 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
DCommandParamsFactory.java144 .fromInt(cmdDet.typeOfCommand); in make()
599 .fromInt(cmdDet.typeOfCommand); in processSelectItem()
1067 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()
DValueParser.java50 cmdDet.typeOfCommand = rawValue[valueIndex + 1] & 0xff; in retrieveCommandDetails()