HomeSort by relevance Sort by last modified time
    Searched refs: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;
48 this.typeOfCommand == other.typeOfCommand);
54 typeOfCommand = in.readInt();
62 dest.writeInt(typeOfCommand);
88 " typeOfCommand=" + typeOfCommand +
CatService.java 389 cmdParams.mCmdDet.typeOfCommand = CommandType.SET_UP_IDLE_MODE_TEXT.value();
551 buf.write(cmdDet.typeOfCommand);
600 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
    [all...]
CatCmdMessage.java 206 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
CommandParams.java 33 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
ValueParser.java 48 cmdDet.typeOfCommand = rawValue[valueIndex + 1] & 0xff;
CommandParamsFactory.java 143 .fromInt(cmdDet.typeOfCommand);
    [all...]

Completed in 230 milliseconds