Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DThresholdSensorImpl.java275 setThresholdLatchValue(mResources.getFloat(thresholdLatchResourceId)); in setThresholdLatchResourceId()
303 Builder setThresholdLatchValue(float thresholdLatchValue) { in setThresholdLatchValue() method in ThresholdSensorImpl.Builder
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/
DThresholdSensorImplTest.java323 .setThresholdLatchValue(highValue) in testHysteresis()