Searched refs:subscribeIfSupportedLocked (Results 1 - 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/
H A DDrivingStatePolicy.java70 boolean hasSpeed = subscribeIfSupportedLocked(sensorList,
76 boolean hasParkingBrake = subscribeIfSupportedLocked(sensorList,
78 boolean hasGear = subscribeIfSupportedLocked(sensorList, CarSensorManager.SENSOR_TYPE_GEAR,
132 private boolean subscribeIfSupportedLocked(int sensorList[], int sensorType, int rate) { method in class:DrivingStatePolicy

Completed in 30 milliseconds