Home
last modified time | relevance | path

Searched defs:rsrq (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSignalStrengthTest.java369 int rsrq = MAX_RSRQ + 1; in testValidateInput() local
421 int rsrq = MIN_RSRQ; in testRsrqThresholds_rsrp_great() local
475 int rsrq = MIN_RSRQ; in testRsrqThresholds_rsrp_good() local
529 int rsrq = MIN_RSRQ; in testRsrqThresholds_rsrp_moderate() local
583 int rsrq = MIN_RSRQ; in testRsrqThresholds_rsrp_poor() local
637 int rsrq = MIN_RSRQ; in testRsrqThresholds_rsrp_unknown() local
689 int rsrq = DEFAULT_NTN_LTE_RSRQ_THRESHOLDS[INDEX_SIGNAL_STRENGTH_GREAT]; in testRssnrThresholds_rsrp_great() local
743 int rsrq = DEFAULT_NTN_LTE_RSRQ_THRESHOLDS[INDEX_SIGNAL_STRENGTH_GREAT]; in testRssnrThresholds_rsrp_good() local
797 int rsrq = DEFAULT_NTN_LTE_RSRQ_THRESHOLDS[INDEX_SIGNAL_STRENGTH_GREAT]; in testRssnrThresholds_rsrp_moderate() local
851 int rsrq = DEFAULT_NTN_LTE_RSRQ_THRESHOLDS[INDEX_SIGNAL_STRENGTH_GREAT]; in testRssnrThresholds_rsrp_poor() local
[all …]
/frameworks/base/telephony/java/android/telephony/
DCellSignalStrengthLte.java138 public CellSignalStrengthLte(int rssi, int rsrp, int rsrq, int rssnr, int cqiTableIndex, in CellSignalStrengthLte()
163 public CellSignalStrengthLte(int rssi, int rsrp, int rsrq, int rssnr, int cqi, in CellSignalStrengthLte()