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

  /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) + "\" "
RIL.java     [all...]
  /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,
GsmMmiCode.java     [all...]
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailProviderSettings.java 61 fi.toa = PhoneNumberUtils.TOA_International;
119 || i1.toa != i2.toa
VoicemailProviderSettingsUtil.java 77 cfi[i].toa = PhoneNumberUtils.TOA_International;
  /external/qemu/telephony/
sms.h 47 unsigned char toa; member in struct:__anon34847
sms.c 293 address->toa = 0x81;
299 address->toa = 0x91;
339 if (address->toa == 0x91) {
372 address->toa = buf[1];
394 buf[1] = address->toa;
416 address->toa = gsm_hex2_to_byte( hex+2 );
441 gsm_hex_from_byte( hex+2, address->toa );
458 gsm_rope_add_c( rope, addr->toa );
469 if ( addr1->toa != addr2->toa ||
    [all...]
android_modem.c     [all...]
  /hardware/ril/include/telephony/
ril.h 292 int toa; /* type of address, eg 145 = intl */ member in struct:__anon42518
550 int toa; /* "type" from TS 27.007 7.11 */ member in struct:__anon42533
    [all...]
  /hardware/ril/libril/
ril.cpp 1005 * int32_t toa
1029 cff.toa = (int)t;
1047 appendPrintBuf("%sstat=%d,reason=%d,serv=%d,toa=%d,%s,tout=%d", printBuf,
1048 cff.status, cff.reason, cff.serviceClass, cff.toa,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java     [all...]
ImsPhoneMmiCode.java     [all...]
  /hardware/ril/reference-ril/
reference-ril.c 276 // index,isMT,state,mode,isMpty(,number,TOA)?
319 err = at_tok_nextint(&line, &p_call->toa);
    [all...]

Completed in 113 milliseconds