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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandDetails.java 32 public int commandNumber;
46 this.commandNumber == other.commandNumber &&
53 commandNumber = in.readInt();
61 dest.writeInt(commandNumber);
87 " commandNumber=" + commandNumber +
ValueParser.java 47 cmdDet.commandNumber = rawValue[valueIndex] & 0xff;
CatService.java 555 buf.write(cmdDet.commandNumber);
    [all...]

Completed in 1159 milliseconds