Searched defs:isHighPriority (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextMessage.java28 public boolean isHighPriority = false; field in class:TextMessage
41 isHighPriority = in.readInt() == 1 ? true : false;
58 dest.writeInt(isHighPriority ? 1 : 0);
79 " iconSelfExplanatory=" + iconSelfExplanatory + " isHighPriority=" +
80 isHighPriority + " responseNeeded=" + responseNeeded + " userClear=" +

Completed in 73 milliseconds