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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandDetails.java33 public int typeOfCommand; field in class:CommandDetails
48 this.typeOfCommand == other.typeOfCommand);
54 typeOfCommand = in.readInt();
62 dest.writeInt(typeOfCommand);
88 " typeOfCommand=" + typeOfCommand +
H A DCatCmdMessage.java172 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
H A DCommandParams.java33 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
H A DCatService.java339 cmdParams.mCmdDet.typeOfCommand = CommandType.SET_UP_IDLE_MODE_TEXT.value();
493 buf.write(cmdDet.typeOfCommand);
542 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
786 AppInterface.CommandType type = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
H A DValueParser.java48 cmdDet.typeOfCommand = rawValue[valueIndex + 1] & 0xff;
H A DCommandParamsFactory.java118 .fromInt(cmdDet.typeOfCommand);
889 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);

Completed in 80 milliseconds