Searched refs:NUM_SIGNAL_STRENGTH_THRESHOLDS (Results 1 – 3 of 3) sorted by relevance
122 if (rssiThresholds == null || rssiThresholds.length != NUM_SIGNAL_STRENGTH_THRESHOLDS) { in updateLevel()126 int level = NUM_SIGNAL_STRENGTH_THRESHOLDS; in updateLevel()
175 if (rscpThresholds == null || rscpThresholds.length != NUM_SIGNAL_STRENGTH_THRESHOLDS) { in updateLevel()180 int level = NUM_SIGNAL_STRENGTH_THRESHOLDS; in updateLevel()
47 protected static final int NUM_SIGNAL_STRENGTH_THRESHOLDS = NUM_SIGNAL_STRENGTH_BINS - 1; field in CellSignalStrength