Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/
H A DThresholdSensorImplTest.java61 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in setUp() local
63 mThresholdSensor = (ThresholdSensorImpl) thresholdSensorBuilder in setUp()
87 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testRegistersWakeUpProxSensor_givenWakeUpExistsAfterNonWakeup() local
89 Sensor proxSensor = thresholdSensorBuilder.findSensorByType(sensorTypeProx, true); in testRegistersWakeUpProxSensor_givenWakeUpExistsAfterNonWakeup()
113 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testRegistersWakeUpProxSensor_givenNonWakeUpExistsAfterWakeup() local
115 Sensor proxSensor = thresholdSensorBuilder.findSensorByType(sensorTypeProx, true); in testRegistersWakeUpProxSensor_givenNonWakeUpExistsAfterWakeup()
134 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testRegistersNonWakeUpProxSensor_givenNonWakeUpOnly() local
136 Sensor proxSensor = thresholdSensorBuilder.findSensorByType(sensorTypeProx, true); in testRegistersNonWakeUpProxSensor_givenNonWakeUpOnly()
317 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testHysteresis() local
319 ThresholdSensorImpl thresholdSensor = (ThresholdSensorImpl) thresholdSensorBuilder in testHysteresis()