Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DSensorModule.java49 ThresholdSensorImpl.Builder thresholdSensorBuilder in providePrimaryProximitySensor() argument
52 return thresholdSensorBuilder in providePrimaryProximitySensor()
61 return thresholdSensorBuilder in providePrimaryProximitySensor()
71 ThresholdSensorImpl.Builder thresholdSensorBuilder in provideSecondaryProximitySensor() argument
74 return thresholdSensorBuilder in provideSecondaryProximitySensor()
80 return thresholdSensorBuilder.setSensor(null).setThresholdValue(0).build(); in provideSecondaryProximitySensor()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/
DThresholdSensorImplTest.java62 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in setUp() local
64 mThresholdSensor = (ThresholdSensorImpl) thresholdSensorBuilder in setUp()
88 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testRegistersWakeUpProxSensor_givenWakeUpExistsAfterNonWakeup() local
90 Sensor proxSensor = thresholdSensorBuilder.findSensorByType(sensorTypeProx, true); in testRegistersWakeUpProxSensor_givenWakeUpExistsAfterNonWakeup()
114 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testRegistersWakeUpProxSensor_givenNonWakeUpExistsAfterWakeup() local
116 Sensor proxSensor = thresholdSensorBuilder.findSensorByType(sensorTypeProx, true); in testRegistersWakeUpProxSensor_givenNonWakeUpExistsAfterWakeup()
135 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testRegistersNonWakeUpProxSensor_givenNonWakeUpOnly() local
137 Sensor proxSensor = thresholdSensorBuilder.findSensorByType(sensorTypeProx, true); in testRegistersNonWakeUpProxSensor_givenNonWakeUpOnly()
318 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testHysteresis() local
320 ThresholdSensorImpl thresholdSensor = (ThresholdSensorImpl) thresholdSensorBuilder in testHysteresis()