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

  /system/chre/chre_api/include/chre_api/chre/
wwan.h 132 int32_t uarfcn; member in struct:chreWwanCellIdentityWcdma
  /system/chre/chre_api/legacy/v1_1/chre/
wwan.h 132 int32_t uarfcn; member in struct:chreWwanCellIdentityWcdma
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 473 int uarfcn = wcdma.getUarfcn(); local
475 // From Appendix E.1, even though UARFCN is numbered from 400, the minumum
477 assertTrue("getUarfcn() out of range [412,11000], uarfcn=" + uarfcn,
478 uarfcn >= 412 && uarfcn <= 11000);
  /hardware/ril/include/telephony/
ril.h 1391 int uarfcn; \/* 16-bit UMTS Absolute RF Channel Number; this value must be reported *\/ member in struct:__anon52725
    [all...]

Completed in 555 milliseconds