Home
last modified time | relevance | path

Searched refs:sRsrpThresholds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellSignalStrengthLte.java195 private static final int[] sRsrpThresholds = new int[] { field in CellSignalStrengthLte
240 rsrpThresholds = sRsrpThresholds; in updateLevel()
252 if (rsrpThresholds == null) rsrpThresholds = sRsrpThresholds; in updateLevel()