Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DSensorModule.java63 .setThresholdValue(defaultSensor != null ? defaultSensor.getMaximumRange() : 0) in providePrimaryProximitySensor()
80 return thresholdSensorBuilder.setSensor(null).setThresholdValue(0).build(); in provideSecondaryProximitySensor()
175 .setSensor(null).setThresholdValue(0).build(); in createPostureToSensorMapping()
H A DThresholdSensorImpl.java266 setThresholdValue(mResources.getFloat(thresholdResourceId)); in setThresholdResourceId()
294 Builder setThresholdValue(float thresholdValue) { in setThresholdValue() method in ThresholdSensorImpl.Builder
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/
H A DThresholdSensorImplTest.java65 .setThresholdValue(mFakeProximitySensor.getSensor().getMaximumRange()) in setUp()
321 .setThresholdValue(lowValue) in testHysteresis()