Searched refs:shouldHonorSystemThresholds (Results 1 – 2 of 2) sorted by relevance
250 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()
613 signalThresholdInfo.isEnabled() && shouldHonorSystemThresholds(); in consolidatedAndSetReportingCriteria()920 public boolean shouldHonorSystemThresholds() { in shouldHonorSystemThresholds() method in SignalStrengthController