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

  /frameworks/base/telephony/java/android/telephony/
AccessNetworkUtils.java 53 * Gets the EUTRAN Operating band for a given downlink EARFCN.
57 * @param earfcn The downlink EARFCN
60 public static int getOperatingBandForEarfcn(int earfcn) {
61 if (earfcn > 67535) {
63 } else if (earfcn >= 67366) {
65 } else if (earfcn >= 66436) {
67 } else if (earfcn >= 65536) {
69 } else if (earfcn > 54339) {
71 } else if (earfcn >= 46790 /* inferred from the end range of BAND_45 */)
    [all...]
CellIdentityLte.java 77 * @param earfcn 18-bit LTE Absolute RF Channel Number
81 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac, int earfcn) {
82 this(ci, pci, tac, earfcn, Integer.MAX_VALUE, String.valueOf(mcc), String.valueOf(mnc),
91 * @param earfcn 18-bit LTE Absolute RF Channel Number
100 public CellIdentityLte(int ci, int pci, int tac, int earfcn, int bandwidth, String mccStr,
106 mEarfcn = earfcn;
  /system/chre/apps/chqts/src/general_test/
cell_info_lte.cc 37 } else if (!isBoundedInt32(identity.earfcn, 0, 262144, INT32_MAX)) {
39 identity.earfcn);
  /system/chre/chre_api/include/chre_api/chre/
wwan.h 177 int32_t earfcn; member in struct:chreWwanCellIdentityLte
  /system/chre/chre_api/legacy/v1_1/chre/
wwan.h 177 int32_t earfcn; member in struct:chreWwanCellIdentityLte
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 90 private static final int EARFCN = 47000;
314 int earfcn = lte.getEarfcn(); local
317 // LTE, the reported EARFCN is the center frequency, rendering these channels
326 // edge of the band. For channel numbers in Band 1, the EARFCN numbering starts from
331 assertTrue("getEarfcn() out of range [7,47000], earfcn=" + earfcn,
332 earfcn == Integer.MAX_VALUE || (earfcn >= minEarfcn && earfcn <= EARFCN));
    [all...]
  /system/chre/apps/wwan_world/
wwan_world.cc 77 LOGI(" earfcn %" PRId32, cell->CellInfo.lte.cellIdentityLte.earfcn);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellularNetworkService.java 343 cellIdentityLte.tac, cellIdentityLte.earfcn, Integer.MAX_VALUE,
434 cellIdentityLte.base.earfcn,
RIL.java     [all...]
ServiceStateTracker.java     [all...]
  /hardware/ril/include/telephony/
ril.h 1423 int earfcn; \/* 18-bit LTE Absolute RF Channel Number; this value must be reported *\/ member in struct:__anon52728
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RILTest.java 178 private static final int EARFCN = 262140;
    [all...]
  /hardware/interfaces/radio/1.0/
types.hal     [all...]
  /hardware/ril/libril/
ril_service.cpp     [all...]

Completed in 294 milliseconds