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

  /system/chre/apps/wwan_world/
wwan_world.cc 72 LOGI(" mcc %" PRId32, cell->CellInfo.lte.cellIdentityLte.mcc);
73 LOGI(" mnc %" PRId32, cell->CellInfo.lte.cellIdentityLte.mnc);
74 LOGI(" ci %" PRId32, cell->CellInfo.lte.cellIdentityLte.ci);
75 LOGI(" pci %" PRId32, cell->CellInfo.lte.cellIdentityLte.pci);
76 LOGI(" tac %" PRId32, cell->CellInfo.lte.cellIdentityLte.tac);
77 LOGI(" earfcn %" PRId32, cell->CellInfo.lte.cellIdentityLte.earfcn);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellularNetworkService.java 31 import android.telephony.CellIdentityLte;
338 if (cellIdentity.cellIdentityLte.size() == 1) {
339 android.hardware.radio.V1_0.CellIdentityLte cellIdentityLte =
340 cellIdentity.cellIdentityLte.get(0);
342 result = new CellIdentityLte(cellIdentityLte.ci, cellIdentityLte.pci,
343 cellIdentityLte.tac, cellIdentityLte.earfcn, Integer.MAX_VALUE
    [all...]
RIL.java     [all...]
ServiceStateTracker.java 57 import android.telephony.CellIdentityLte;
    [all...]
  /system/chre/apps/chqts/src/general_test/
cell_info_lte.cc 80 return (validateIdentity(cell.cellIdentityLte)
  /hardware/interfaces/radio/1.2/
types.hal 25 import @1.0::CellIdentityLte;
249 struct CellIdentityLte {
250 @1.0::CellIdentityLte base;
289 CellIdentityLte cellIdentityLte;
478 vec<CellIdentityLte> cellIdentityLte;
  /system/chre/chre_api/include/chre_api/chre/
wwan.h 319 struct chreWwanCellIdentityLte cellIdentityLte;
  /system/chre/chre_api/legacy/v1_1/chre/
wwan.h 319 struct chreWwanCellIdentityLte cellIdentityLte;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RILTest.java 117 import android.telephony.CellIdentityLte;
    [all...]
  /hardware/ril/libril/
ril_service.cpp     [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]
  /hardware/interfaces/radio/1.0/
types.hal     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 947 milliseconds