Searched refs:mSupportedGears (Results 1 – 1 of 1) sorted by relevance
107 private List<Integer> mSupportedGears; field in CarDrivingStateService317 if (mSupportedGears != null) { in dump()319 for (Integer gear : mSupportedGears) { in dump()370 if (mSupportedGears == null) { in handlePropertyEventLocked()371 mSupportedGears = getSupportedGears(); in handlePropertyEventLocked()539 return mSupportedGears != null in isCarManualTransmissionTypeLocked()540 && !mSupportedGears.isEmpty() in isCarManualTransmissionTypeLocked()541 && !mSupportedGears.contains(VehicleGear.GEAR_PARK); in isCarManualTransmissionTypeLocked()