/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:__anon28419
|
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 | 178 int toa; /* type of address, eg 145 = intl */ member in struct:__anon34755 350 int toa; /* "type" from TS 27.007 7.11 */ member in struct:__anon34767 [all...] |
/packages/services/Telephony/src/com/android/phone/ |
CallFeaturesSetting.java | 318 fi.toa = PhoneNumberUtils.TOA_International; 356 i1.toa != i2.toa || [all...] |
/hardware/ril/libril/ |
ril.cpp | 785 * int32_t toa 809 cff.toa = (int)t; 827 appendPrintBuf("%sstat=%d,reason=%d,serv=%d,toa=%d,%s,tout=%d", printBuf, 828 cff.status, cff.reason, cff.serviceClass, cff.toa, [all...] |
/hardware/ril/reference-ril/ |
reference-ril.c | 269 // index,isMT,state,mode,isMpty(,number,TOA)? 312 err = at_tok_nextint(&line, &p_call->toa); [all...] |