Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSignalThresholdInfo.java231 public static final int SIGNAL_RSSNR_MIN_VALUE = -20; field in SignalThresholdInfo
620 return threshold >= SIGNAL_RSSNR_MIN_VALUE && threshold <= SIGNAL_RSSNR_MAX_VALUE;
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSignalThresholdInfoTest.java63 List.of(SignalThresholdInfo.SIGNAL_RSSNR_MIN_VALUE - 1,