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

/packages/services/Car/car-support-lib/src/android/support/car/hardware/
H A DCarSensorEvent.java124 public static final int INDEX_LOCATION_ALTITUDE = 3; field in class:CarSensorEvent
541 if ((presense & (0x1 << INDEX_LOCATION_ALTITUDE)) != 0) {
542 location.setAltitude(floatValues[INDEX_LOCATION_ALTITUDE]);

Completed in 11 milliseconds