Searched refs:getThermalStatusToThrottle (Results 1 – 5 of 5) sorted by relevance
116 default int getThermalStatusToThrottle() { in getThermalStatusToThrottle() method
221 public int getThermalStatusToThrottle() { in getThermalStatusToThrottle() method in PhFlags
101 return mPowerManager.getCurrentThermalStatus() < mFlags.getThermalStatusToThrottle(); in deviceThermalsOkForTraining()
60 when(mFlags.getThermalStatusToThrottle()).thenReturn(PowerManager.THERMAL_STATUS_MODERATE); in setUp()
370 assertThat(FlagsFactory.getFlags().getThermalStatusToThrottle()) in testGetThermalStatusToThrottle()382 assertThat(phFlags.getThermalStatusToThrottle()).isEqualTo(overrideValue); in testGetThermalStatusToThrottle()