Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DSensorModule.java56 .setThresholdLatchResourceId(R.dimen.proximity_sensor_threshold_latch) in providePrimaryProximitySensor()
77 .setThresholdLatchResourceId(R.dimen.proximity_sensor_secondary_threshold_latch) in provideSecondaryProximitySensor()
202 .setThresholdLatchResourceId(proximitySensorThresholdLatchResourceId) in createPostureToSensorMapping()
DThresholdSensorImpl.java273 Builder setThresholdLatchResourceId(int thresholdLatchResourceId) { in setThresholdLatchResourceId() method in ThresholdSensorImpl.Builder