Searched defs:ConcatRef (Results 1 - 1 of 1) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsHeader.java80 public static class ConcatRef { class in class:SmsHeader
94 * PortAddrs or ConcatRef or SpecialSmsMsg.
102 public ConcatRef concatRef;
125 * NOTE: as defined in the spec, ConcatRef and PortAddr
127 * occurrence is to be used. Also, for ConcatRef
134 ConcatRef concatRef;
138 concatRef = new ConcatRef();
149 concatRef = new ConcatRef();
213 ConcatRef concatRef = smsHeader.concatRef;
272 builder.append("{ ConcatRef ");
[all...]

Completed in 96 milliseconds