Home
last modified time | relevance | path

Searched refs:mSupportedGears (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarDrivingStateService.java72 private List<Integer> mSupportedGears; field in CarDrivingStateService
293 if (mSupportedGears != null) { in dump()
295 for (Integer gear : mSupportedGears) { in dump()
343 if (mSupportedGears == null) { in handlePropertyEvent()
344 mSupportedGears = getSupportedGears(); in handlePropertyEvent()
482 if (mSupportedGears != null in isCarManualTransmissionType()
483 && !mSupportedGears.isEmpty() in isCarManualTransmissionType()
484 && !mSupportedGears.contains(VehicleGear.GEAR_PARK)) { in isCarManualTransmissionType()