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.java365 int rsrq = MAX_RSRQ + 1; in testValidateInput() local
417 int rsrq = MIN_RSRQ; in testRsrqThresholds_rsrp_great() local
471 int rsrq = MIN_RSRQ; in testRsrqThresholds_rsrp_good() local
525 int rsrq = MIN_RSRQ; in testRsrqThresholds_rsrp_moderate() local
579 int rsrq = MIN_RSRQ; in testRsrqThresholds_rsrp_poor() local
633 int rsrq = MIN_RSRQ; in testRsrqThresholds_rsrp_unknown() local
685 int rsrq = DEFAULT_NTN_LTE_RSRQ_THRESHOLDS[INDEX_SIGNAL_STRENGTH_GREAT]; in testRssnrThresholds_rsrp_great() local
739 int rsrq = DEFAULT_NTN_LTE_RSRQ_THRESHOLDS[INDEX_SIGNAL_STRENGTH_GREAT]; in testRssnrThresholds_rsrp_good() local
793 int rsrq = DEFAULT_NTN_LTE_RSRQ_THRESHOLDS[INDEX_SIGNAL_STRENGTH_GREAT]; in testRssnrThresholds_rsrp_moderate() local
847 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()