Home
last modified time | relevance | path

Searched refs:ton (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsAddress.java32 public int ton; field in SmsAddress
48 return ton == TON_ALPHANUMERIC; in isAlphanumeric()
55 return ton == TON_NETWORK; in isNetworkSpecific()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmSmsAddress.java52 ton = 0x7 & (toa >> 4); in GsmSmsAddress()
98 return ton == TON_ALPHANUMERIC; in isAlphanumeric()
103 return ton == TON_NETWORK; in isNetworkSpecific()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsAddress.java110 builder.append(", ton=" + ton); in toString()
206 addr.ton = TON_UNKNOWN; in parse()
222 addr.ton = TON_NATIONAL_OR_EMAIL; in parse()
228 addr.ton = TON_INTERNATIONAL_OR_IP; in parse()
H A DBearerData.java923 outStream.write(3, addr.ton); in encodeCallbackNumber()
1565 addr.ton = inStream.read(3); in decodeCallbackNumber()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsAddressTest.java57 assertEquals(CdmaSmsAddress.TON_INTERNATIONAL_OR_IP, cdmaAddress.ton); in testInternationalAddress()
68 assertEquals(CdmaSmsAddress.TON_NATIONAL_OR_EMAIL, cdmaAddress.ton); in testEmailAddress()
H A DCdmaSmsTest.java51 assertEquals(addr.ton, CdmaSmsAddress.TON_UNKNOWN); in testCdmaSmsAddrParsing()
61 assertEquals(addr.ton, CdmaSmsAddress.TON_UNKNOWN); in testCdmaSmsAddrParsing()
71 assertEquals(addr.ton, CdmaSmsAddress.TON_UNKNOWN); in testCdmaSmsAddrParsing()
81 assertEquals(addr.ton, CdmaSmsAddress.TON_INTERNATIONAL_OR_IP); in testCdmaSmsAddrParsing()
97 assertEquals(addr.ton, CdmaSmsAddress.TON_NATIONAL_OR_EMAIL); in testCdmaSmsAddrParsing()
104 assertEquals(addr.ton, CdmaSmsAddress.TON_UNKNOWN); in testCdmaSmsAddrParsing()
332 assertEquals(bearerData.callbackNumber.ton, CdmaSmsAddress.TON_UNKNOWN); in testMonolithicOne()
379 assertEquals(bearerData.callbackNumber.ton, CdmaSmsAddress.TON_UNKNOWN); in testMonolithicTwo()
628 assertEquals(CdmaSmsAddress.TON_UNKNOWN, bd1.callbackNumber.ton); in testCallbackNumDtmf()
645 addr.ton = CdmaSmsAddress.TON_NATIONAL_OR_EMAIL; in testCallbackNumFeedback()
[all …]
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java476 addr.ton = dis.readByte(); in parsePdu()
569 addr.ton = numberType; in parsePduFromEfRecord()
842 } else if (addr.ton == CdmaSmsAddress.TON_INTERNATIONAL_OR_IP) {
1016 dos.write(destAddr.ton); // number_type
1082 dos.write(addr.ton); // number_type
1122 dos.writeByte(addr.ton);
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessageConverter.java70 addr.ton = cdmaSmsMessage.address.numberType; in newCdmaSmsMessageFromRil()
H A DCdmaInboundSmsHandler.java118 dos.write(destAddr.ton); // number_type in CdmaInboundSmsHandler()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A DREADME.md360 you should see a ton more tests that were autogenerated by Fuzzy Fastboot.
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...
H A Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
H A Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
H A Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
H A Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...
H A Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
H A Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
H A Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
H A Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
H A Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
H A Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...

12