Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/
DFlags.java114 int DEFAULT_THERMAL_STATUS_TO_THROTTLE = 2; field
117 return DEFAULT_THERMAL_STATUS_TO_THROTTLE; in getThermalStatusToThrottle()
DPhFlags.java225 /* defaultValue= */ DEFAULT_THERMAL_STATUS_TO_THROTTLE); in getThermalStatusToThrottle()
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/common/
DPhFlagsTest.java27 import static com.android.federatedcompute.services.common.Flags.DEFAULT_THERMAL_STATUS_TO_THROTTLE;
147 Integer.toString(DEFAULT_THERMAL_STATUS_TO_THROTTLE), in tearDown()
368 Integer.toString(DEFAULT_THERMAL_STATUS_TO_THROTTLE), in testGetThermalStatusToThrottle()
371 .isEqualTo(DEFAULT_THERMAL_STATUS_TO_THROTTLE); in testGetThermalStatusToThrottle()