Searched refs:CarSensorEventFactory (Results 1 – 2 of 2) sorted by relevance
35 import com.android.car.CarSensorEventFactory;165 event = CarSensorEventFactory.createBooleanEvent(sensorType, v.timestamp, in createCarSensorEvent()171 : CarSensorEventFactory.createIntEvent(sensorType, v.timestamp, mgrVal); in createCarSensorEvent()174 event = CarSensorEventFactory.createFloatEvent(sensorType, v.timestamp, in createCarSensorEvent()
22 public class CarSensorEventFactory { class