Searched refs:mSupportedGears (Results 1 – 1 of 1) sorted by relevance
72 private List<Integer> mSupportedGears; field in CarDrivingStateService293 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()