OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GEAR_NEUTRAL
(Results
1 - 3
of
3
) sorted by null
/packages/services/Car/service/src/com/android/car/
DrivingStatePolicy.java
195
return (gear == CarSensorEvent.
GEAR_NEUTRAL
) ||
/packages/services/Car/car-lib/src/android/car/hardware/
CarSensorEvent.java
55
*
GEAR_NEUTRAL
means transmission gear is in neutral state, and the car may be moving.
57
public static final int
GEAR_NEUTRAL
= 0;
/packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorEvent.java
62
*
GEAR_NEUTRAL
means transmission gear is in neutral state, and the car may be moving.
64
public static final int
GEAR_NEUTRAL
= 0;
Completed in 50 milliseconds