Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellSignalStrengthLte.java203 private static final int[] sRsrqThresholds = new int[] { field in CellSignalStrengthLte
241 rsrqThresholds = sRsrqThresholds; in updateLevel()
259 if (rsrqThresholds == null) rsrqThresholds = sRsrqThresholds; in updateLevel()