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

  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 106 int earfcn = lte.getCellIdentity().getEarfcn(); local
108 assertTrue("getEarfcn() out of range [0,47000]", earfcn >= 0 && earfcn <= 47000);
  /hardware/ril/include/telephony/
ril.h 1280 int earfcn; \/* 18-bit LTE Absolute RC Channel Number, INT_MAX if unknown *\/ member in struct:__anon34452
    [all...]

Completed in 2516 milliseconds