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:__anon10288
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallForwardInfo.java 30 public int toa; /* "type" from TS 27.007 7.11 */ field in class:CallForwardInfo
38 + " \"" + PhoneNumberUtils.stringFromStringAndTOA(number, toa) + "\" "
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSmsAddress.java 47 int toa = origBytes[OFFSET_TOA] & 0xff; local
48 ton = 0x7 & (toa >> 4);
50 // TOA must have its high bit set
51 if ((toa & 0x80) != 0x80) {
52 throw new RuntimeException("Invalid TOA - high bit must be set");
  /hardware/ril/include/telephony/
ril.h 172 int toa; /* type of address, eg 145 = intl */ member in struct:__anon16371
322 int toa; /* "type" from TS 27.007 7.11 */ member in struct:__anon16380
    [all...]

Completed in 454 milliseconds