OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INDEX_LOCATION_LATITUDE
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorEvent.java
486
public static final int
INDEX_LOCATION_LATITUDE
= 0;
728
if ((presense & (0x1 <<
INDEX_LOCATION_LATITUDE
)) != 0) {
[
all
...]
CarSensorsProxy.java
385
present |= (0x1 << CarSensorEvent.
INDEX_LOCATION_LATITUDE
);
Completed in 59 milliseconds