HomeSort by relevance Sort by last modified time
    Searched full:typeofcommand (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandDetails.java 33 public int typeOfCommand;
47 this.typeOfCommand == other.typeOfCommand);
53 typeOfCommand = in.readInt();
60 dest.writeInt(typeOfCommand);
83 " typeOfCommand=" + typeOfCommand +
CatCmdMessage.java 156 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
CommandParams.java 33 return AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
CatService.java 240 cmdParams.cmdDet.typeOfCommand = CommandType.SET_UP_IDLE_MODE_TEXT.value();
371 buf.write(cmdDet.typeOfCommand);
417 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
722 switch (AppInterface.CommandType.fromInt(cmdDet.typeOfCommand)) {
ValueParser.java 46 cmdDet.typeOfCommand = rawValue[valueIndex + 1] & 0xff;
CommandParamsFactory.java 118 .fromInt(cmdDet.typeOfCommand);
    [all...]

Completed in 220 milliseconds