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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
CommandDetails.java 32 public int commandNumber;
45 this.commandNumber == other.commandNumber &&
52 commandNumber = in.readInt();
58 dest.writeInt(commandNumber);
ValueParser.java 45 cmdDet.commandNumber = rawValue[valueIndex] & 0xff;
StkService.java 325 buf.write(cmdDet.commandNumber);

Completed in 5924 milliseconds