/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | GsmCellBroadcastHandler.java | 505 int lac = CellInfo.UNAVAILABLE; in getLacAndCid() local 508 lac = ((CellIdentityGsm) ci).getLac(); in getLacAndCid() 511 lac = ((CellIdentityWcdma) ci).getLac(); in getLacAndCid() 514 lac = ((CellIdentityTdscdma) ci).getLac(); in getLacAndCid() 517 lac = ((CellIdentityLte) ci).getTac(); in getLacAndCid() 520 lac = ((CellIdentityNr) ci).getTac(); in getLacAndCid() 524 if (lac != CellInfo.UNAVAILABLE || cid != CellInfo.UNAVAILABLE) { in getLacAndCid() 525 return Pair.create(lac, cid); in getLacAndCid() 612 int lac = -1; in handleGsmBroadcastSms() local 617 lac = lacAndCid.first; in handleGsmBroadcastSms() [all …]
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastCursorAdapter.java | 95 int lac; in createFromCursor() local 98 lac = cursor.getInt(lacColumn); in createFromCursor() 100 lac = -1; in createFromCursor() 111 SmsCbLocation location = new SmsCbLocation(plmn, lac, cid); in createFromCursor()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 1010 private static CellIdentityGsm makeCellIdentityGsm(int lac, int cid, int arfcn, int bsic, in makeCellIdentityGsm() argument 1014 return new CellIdentityGsm(lac, cid, arfcn, bsic, mccStr, mncStr, alphal, alphas, in makeCellIdentityGsm() 1021 return constructor.newInstance(lac, cid, arfcn, bsic, mccStr, mncStr, alphal, alphas); in makeCellIdentityGsm()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | tr_wordlist.combined.gz | 1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ... |
D | ro_wordlist.combined.gz |
|
D | es_wordlist.combined.gz |
|
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | sv_wordlist.combined.gz |
|
D | de_wordlist.combined.gz |
|
D | hr_wordlist.combined.gz |
|