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

  /external/qemu/telephony/
sms.h 47 unsigned char toa; member in struct:__anon33961
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallForwardInfo.java 30 public int toa; /* "type" from TS 27.007 7.11 */ field in class:CallForwardInfo
39 + " \"" + PhoneNumberUtils.stringFromStringAndTOA(number, toa) + "\" "
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSmsAddress.java 48 int toa = origBytes[OFFSET_TOA] & 0xff; local
49 ton = 0x7 & (toa >> 4);
51 // TOA must have its high bit set
52 if ((toa & 0x80) != 0x80) {
53 throw new ParseException("Invalid TOA - high bit must be set. toa = " + toa,
  /hardware/ril/include/telephony/
ril.h 220 int toa; /* type of address, eg 145 = intl */ member in struct:__anon41603
442 int toa; /* "type" from TS 27.007 7.11 */ member in struct:__anon41617
    [all...]

Completed in 1164 milliseconds