Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DSensorModule.java55 .setThresholdResourceId(R.dimen.proximity_sensor_threshold) in providePrimaryProximitySensor()
76 .setThresholdResourceId(R.dimen.proximity_sensor_secondary_threshold) in provideSecondaryProximitySensor()
201 .setThresholdResourceId(proximitySensorThresholdResourceId) in createPostureToSensorMapping()
DThresholdSensorImpl.java264 Builder setThresholdResourceId(int thresholdResourceId) { in setThresholdResourceId() method in ThresholdSensorImpl.Builder