Searched refs:msgIndType (Results 1 – 2 of 2) sorted by relevance
155 public int msgIndType; field in SmsHeader.SpecialSmsMsg163 return msgIndType == that.msgIndType in equals()169 return Objects.hash(msgIndType, msgCount); in hashCode()280 specialSmsMsg.msgIndType = inStream.read(); in fromByteArray()354 outStream.write(specialSmsMsg.msgIndType & 0xFF); in toByteArray()
60 specialSmsMessage1.msgIndType = 0x01; in setUp()