Searched refs:thresholdSensorBuilder (Results 1 – 2 of 2) sorted by relevance
49 ThresholdSensorImpl.Builder thresholdSensorBuilder in providePrimaryProximitySensor() argument52 return thresholdSensorBuilder in providePrimaryProximitySensor()61 return thresholdSensorBuilder in providePrimaryProximitySensor()71 ThresholdSensorImpl.Builder thresholdSensorBuilder in provideSecondaryProximitySensor() argument74 return thresholdSensorBuilder in provideSecondaryProximitySensor()80 return thresholdSensorBuilder.setSensor(null).setThresholdValue(0).build(); in provideSecondaryProximitySensor()
61 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in setUp() local63 mThresholdSensor = (ThresholdSensorImpl) thresholdSensorBuilder in setUp()87 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testRegistersWakeUpProxSensor_givenWakeUpExistsAfterNonWakeup() local89 Sensor proxSensor = thresholdSensorBuilder.findSensorByType(sensorTypeProx, true); in testRegistersWakeUpProxSensor_givenWakeUpExistsAfterNonWakeup()113 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testRegistersWakeUpProxSensor_givenNonWakeUpExistsAfterWakeup() local115 Sensor proxSensor = thresholdSensorBuilder.findSensorByType(sensorTypeProx, true); in testRegistersWakeUpProxSensor_givenNonWakeUpExistsAfterWakeup()134 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testRegistersNonWakeUpProxSensor_givenNonWakeUpOnly() local136 Sensor proxSensor = thresholdSensorBuilder.findSensorByType(sensorTypeProx, true); in testRegistersNonWakeUpProxSensor_givenNonWakeUpOnly()317 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testHysteresis() local319 ThresholdSensorImpl thresholdSensor = (ThresholdSensorImpl) thresholdSensorBuilder in testHysteresis()