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

  /cts/tests/tests/telephony/current/src/android/telephony/cts/
CellInfoTest.java 602 int earfcn = lte.getEarfcn(); local
605 // LTE, the reported EARFCN is the center frequency, rendering these channels
615 // edge of the band. For channel numbers in Band 1, the EARFCN numbering starts from
622 "getEarfcn() out of range [" + minEarfcn + "," + maxEarfcn + "], earfcn=" + earfcn,
623 earfcn == Integer.MAX_VALUE || (earfcn >= minEarfcn && earfcn <= maxEarfcn));
    [all...]
  /device/generic/goldfish/ril/
ril.h 1423 int earfcn; \/* 18-bit LTE Absolute RF Channel Number; this value must be reported *\/ member in struct:__anon1811
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril.h 1460 int earfcn; \/* 18-bit LTE Absolute RF Channel Number; this value must be reported *\/ member in struct:__anon2908
    [all...]

Completed in 130 milliseconds