HomeSort by relevance Sort by last modified time
    Searched refs:toa (Results 1 - 11 of 11) 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...]
  /external/qemu/telephony/
sms.h 47 unsigned char toa; member in struct:__anon14033
sms.c 292 address->toa = 0x81;
298 address->toa = 0x91;
338 if (address->toa == 0x91) {
371 address->toa = buf[1];
393 buf[1] = address->toa;
415 address->toa = gsm_hex2_to_byte( hex+2 );
440 gsm_hex_from_byte( hex+2, address->toa );
457 gsm_rope_add_c( rope, addr->toa );
468 if ( addr1->toa != addr2->toa ||
    [all...]
android_modem.c     [all...]
  /hardware/ril/include/telephony/
ril.h 176 int toa; /* type of address, eg 145 = intl */ member in struct:__anon20991
326 int toa; /* "type" from TS 27.007 7.11 */ member in struct:__anon21000
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 317 fi.toa = PhoneNumberUtils.TOA_International;
355 i1.toa != i2.toa ||
    [all...]
  /hardware/ril/libril/
ril.cpp 781 * int32_t toa
805 cff.toa = (int)t;
823 appendPrintBuf("%sstat=%d,reason=%d,serv=%d,toa=%d,%s,tout=%d", printBuf,
824 cff.status, cff.reason, cff.serviceClass, cff.toa,
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 261 // index,isMT,state,mode,isMpty(,number,TOA)?
304 err = at_tok_nextint(&line, &p_call->toa);
    [all...]

Completed in 1914 milliseconds