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()
62 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in setUp() local64 mThresholdSensor = (ThresholdSensorImpl) thresholdSensorBuilder in setUp()88 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testRegistersWakeUpProxSensor_givenWakeUpExistsAfterNonWakeup() local90 Sensor proxSensor = thresholdSensorBuilder.findSensorByType(sensorTypeProx, true); in testRegistersWakeUpProxSensor_givenWakeUpExistsAfterNonWakeup()114 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testRegistersWakeUpProxSensor_givenNonWakeUpExistsAfterWakeup() local116 Sensor proxSensor = thresholdSensorBuilder.findSensorByType(sensorTypeProx, true); in testRegistersWakeUpProxSensor_givenNonWakeUpExistsAfterWakeup()135 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testRegistersNonWakeUpProxSensor_givenNonWakeUpOnly() local137 Sensor proxSensor = thresholdSensorBuilder.findSensorByType(sensorTypeProx, true); in testRegistersNonWakeUpProxSensor_givenNonWakeUpOnly()318 ThresholdSensorImpl.Builder thresholdSensorBuilder = new ThresholdSensorImpl.Builder( in testHysteresis() local320 ThresholdSensorImpl thresholdSensor = (ThresholdSensorImpl) thresholdSensorBuilder in testHysteresis()