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

  /external/qemu/telephony/
sms.h 47 unsigned char toa; member in struct:__anon6638
  /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 143 int toa; /* type of address, eg 145 = intl */ member in struct:__anon9798
241 int toa; /* "type" from TS 27.007 7.11 */ member in struct:__anon9805
    [all...]
  /hardware/ril/mock-ril/src/generated/cpp/
ril.pb.h 757 // optional int32 toa = 3;
761 inline ::google::protobuf::int32 toa() const;
2956 inline ::google::protobuf::int32 RilCall::toa() const { function in class:ril_proto::RilCall
    [all...]

Completed in 171 milliseconds