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

  /cts/tests/tests/telephony/current/src/android/telephony/cts/
CellInfoTest.java 89 // Maximum and minimum possible CQI values.
673 int cqi = cellSignalStrengthLte.getCqi(); local
674 assertTrue("getCqi() out of range | Integer.MAX_VALUE, cqi=" + cqi,
675 cqi == Integer.MAX_VALUE || (cqi >= MIN_CQI && cqi <= MAX_CQI));
    [all...]
  /device/generic/goldfish/ril/
ril.h 1293 int cqi; \/* The current Channel Quality Indicator. member in struct:__anon1798
1313 int cqi; \/* The current Channel Quality Indicator. member in struct:__anon1799
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril.h 1318 int cqi; \/* The current Channel Quality Indicator. member in struct:__anon2895
1338 int cqi; \/* The current Channel Quality Indicator. member in struct:__anon2896
    [all...]

Completed in 559 milliseconds