Searched defs:typeOfCommand (Results 1 - 1 of 1) 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 +

Completed in 54 milliseconds