Searched refs:NUM_SIGNAL_STRENGTH_THRESHOLDS (Results 1 – 3 of 3) sorted by relevance
112 if (rssiThresholds == null || rssiThresholds.length != NUM_SIGNAL_STRENGTH_THRESHOLDS) { in updateLevel()116 int level = NUM_SIGNAL_STRENGTH_THRESHOLDS; in updateLevel()
151 if (rscpThresholds == null || rscpThresholds.length != NUM_SIGNAL_STRENGTH_THRESHOLDS) { in updateLevel()156 int level = NUM_SIGNAL_STRENGTH_THRESHOLDS; in updateLevel()
48 protected static final int NUM_SIGNAL_STRENGTH_THRESHOLDS = NUM_SIGNAL_STRENGTH_BINS - 1; field in CellSignalStrength