Searched refs:toa (Results 1 – 1 of 1) sorted by relevance
51 int toa = origBytes[OFFSET_TOA] & 0xff; in GsmSmsAddress() local52 ton = 0x7 & (toa >> 4); in GsmSmsAddress()55 if ((toa & 0x80) != 0x80) { in GsmSmsAddress()56 throw new ParseException("Invalid TOA - high bit must be set. toa = " + toa, in GsmSmsAddress()