Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellSignalStrengthLte.java210 private static final int[] sRssnrThresholds = new int[] { field in CellSignalStrengthLte
242 rssnrThresholds = sRssnrThresholds; in updateLevel()
266 if (rssnrThresholds == null) rssnrThresholds = sRssnrThresholds; in updateLevel()