Searched refs:rsrq (Results 1 – 1 of 1) sorted by relevance
660 int rsrq = cellSignalStrengthLte.getRsrq(); in verifyCellSignalStrengthLte() local661 assertTrue("getRsrq() out of range | Integer.MAX_VALUE, rsrq=" + rsrq, in verifyCellSignalStrengthLte()662 rsrq == Integer.MAX_VALUE || (rsrq >= MIN_RSRQ && rsrq <= MAX_RSRQ)); in verifyCellSignalStrengthLte()