Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandDetails.java38 public int typeOfCommand; field in CommandDetails
54 this.typeOfCommand == other.typeOfCommand); in compareTo()
60 typeOfCommand = in.readInt(); in CommandDetails()
68 dest.writeInt(typeOfCommand); in writeToParcel()
94 " typeOfCommand=" + typeOfCommand + in toString()
H A DCatService.java587 buf.write(cmdDet.typeOfCommand); in sendTerminalResponse()
636 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags()
945 if ((resMsg.mCmdDet.typeOfCommand == CommandType.SET_UP_EVENT_LIST.value()) in validateResponse()
946 || (resMsg.mCmdDet.typeOfCommand == CommandType.SET_UP_MENU.value())) { in validateResponse()
947 CatLog.d(this, "CmdType: " + resMsg.mCmdDet.typeOfCommand); in validateResponse()
991 AppInterface.CommandType type = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in handleCmdResponse()
H A DCommandParams.java40 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
H A DCatCmdMessage.java221 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
H A DCommandParamsFactory.java154 .fromInt(cmdDet.typeOfCommand); in make()
609 .fromInt(cmdDet.typeOfCommand); in processSelectItem()
1077 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()
H A DValueParser.java49 cmdDet.typeOfCommand = rawValue[valueIndex + 1] & 0xff; in retrieveCommandDetails()