Searched refs:ton (Results 1 – 7 of 7) sorted by relevance
32 public int ton; field in SmsAddress48 return ton == TON_ALPHANUMERIC; in isAlphanumeric()55 return ton == TON_NETWORK; in isNetworkSpecific()
52 ton = 0x7 & (toa >> 4); in GsmSmsAddress()98 return ton == TON_ALPHANUMERIC; in isAlphanumeric()103 return ton == TON_NETWORK; in isNetworkSpecific()
110 builder.append(", ton=" + ton); in toString()206 addr.ton = TON_UNKNOWN; in parse()222 addr.ton = TON_NATIONAL_OR_EMAIL; in parse()228 addr.ton = TON_INTERNATIONAL_OR_IP; in parse()
923 outStream.write(3, addr.ton); in encodeCallbackNumber()1565 addr.ton = inStream.read(3); in decodeCallbackNumber()
476 addr.ton = dis.readByte(); in parsePdu()569 addr.ton = numberType; in parsePduFromEfRecord()843 } else if (addr.ton == CdmaSmsAddress.TON_INTERNATIONAL_OR_IP) {1020 dos.write(destAddr.ton); // number_type1086 dos.write(addr.ton); // number_type1126 dos.writeByte(addr.ton);
360 you should see a ton more tests that were autogenerated by Fuzzy Fastboot.
84942 Lcom/android/internal/telephony/SmsAddress;->ton:I