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

  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 124 int uarfcn = wcdma.getCellIdentity().getUarfcn(); local
126 assertTrue("getUarfcn() out of range [400,11000]", uarfcn >= 400 && uarfcn <= 11000);
  /hardware/ril/include/telephony/
ril.h 1289 int uarfcn; \/* 16-bit UMTS Absolute RF Channel Number, INT_MAX if unknown *\/ member in struct:__anon35302
    [all...]

Completed in 76 milliseconds