Searched defs:rsrp (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SignalStrengthTest.java | 367 int rsrp = DEFAULT_NTN_LTE_RSRP_THRESHOLDS[INDEX_SIGNAL_STRENGTH_GREAT]; in testValidateInput() local 419 int rsrp = DEFAULT_NTN_LTE_RSRP_THRESHOLDS[INDEX_SIGNAL_STRENGTH_GREAT]; in testRsrqThresholds_rsrp_great() local 473 int rsrp = DEFAULT_NTN_LTE_RSRP_THRESHOLDS[INDEX_SIGNAL_STRENGTH_GOOD]; in testRsrqThresholds_rsrp_good() local 527 int rsrp = DEFAULT_NTN_LTE_RSRP_THRESHOLDS[INDEX_SIGNAL_STRENGTH_MODERATE]; in testRsrqThresholds_rsrp_moderate() local 581 int rsrp = DEFAULT_NTN_LTE_RSRP_THRESHOLDS[INDEX_SIGNAL_STRENGTH_POOR]; in testRsrqThresholds_rsrp_poor() local 635 int rsrp = MIN_RSRP; in testRsrqThresholds_rsrp_unknown() local 688 int rsrp = DEFAULT_NTN_LTE_RSRP_THRESHOLDS[INDEX_SIGNAL_STRENGTH_GREAT]; in testRssnrThresholds_rsrp_great() local 742 int rsrp = DEFAULT_NTN_LTE_RSRP_THRESHOLDS[INDEX_SIGNAL_STRENGTH_GOOD]; in testRssnrThresholds_rsrp_good() local 796 int rsrp = DEFAULT_NTN_LTE_RSRP_THRESHOLDS[INDEX_SIGNAL_STRENGTH_MODERATE]; in testRssnrThresholds_rsrp_moderate() local 850 int rsrp = DEFAULT_NTN_LTE_RSRP_THRESHOLDS[INDEX_SIGNAL_STRENGTH_POOR]; in testRssnrThresholds_rsrp_poor() local [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellSignalStrengthLte.java | 138 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() 307 int rsrp = inRangeOrUnavailable(mRsrp + rsrpBoost, MIN_LTE_RSRP, MAX_LTE_RSRP); in updateLevel() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/metrics/ |
D | CarrierRoamingSatelliteSessionStats.java | 105 int rsrp = cellSignalStrengthLte.getRsrp(); in onSignalStrength() local
|