HomeSort by relevance Sort by last modified time
    Searched defs:ton (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsAddress.java 30 public int ton; field in class:SmsAddress
45 return ton == TON_ALPHANUMERIC;
52 return ton == TON_NETWORK;
57 // from: an UNKNOWN TON, 3 or 4 digits long, beginning with a 5
  /external/qemu/telephony/
gsm.c 1183 /* decode TON and number to ASCII, NOTE: this is lossy !! */
1185 int ton = footer[ADN_OFFSET_TON_NPI]; local
1190 if (ton != 0x81 && ton != 0x91)
1193 if (ton == 0x91) {
1210 int ton = 0x81; local
1214 ton = 0x91;

Completed in 624 milliseconds