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