Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSignalStrengthControllerTest.java250 assertThat(mSsc.shouldHonorSystemThresholds()).isTrue(); in shouldHonorSystemThresholds_deviceIsHighPowered_returnTrue()
261 assertThat(mSsc.shouldHonorSystemThresholds()).isFalse(); in shouldHonorSystemThresholds_deviceIdle_noSignalRequest_returnTrue()
281 assertThat(mSsc.shouldHonorSystemThresholds()).isTrue(); in shouldHonorSystemThresholds_deviceIdle_systemSignalRequest_returnTrue()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSignalStrengthController.java613 signalThresholdInfo.isEnabled() && shouldHonorSystemThresholds(); in consolidatedAndSetReportingCriteria()
920 public boolean shouldHonorSystemThresholds() { in shouldHonorSystemThresholds() method in SignalStrengthController