Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarDrivingStateService.java99 private CarDrivingStateEvent mCurrentDrivingState; field in CarDrivingStateService
104 mCurrentDrivingState = createDrivingStateEvent(CarDrivingStateEvent.DRIVING_STATE_UNKNOWN); in CarDrivingStateService()
115 mCurrentDrivingState = createDrivingStateEvent(inferDrivingStateLocked()); in init()
117 mCurrentDrivingState.eventValue, mCurrentDrivingState.timeStamp); in init()
218 return mCurrentDrivingState; in getCurrentDrivingState()
259 writer.println("Current Driving State: " + mCurrentDrivingState.eventValue); in dump()
351 + mCurrentDrivingState.eventValue); in handlePropertyEventLocked()
353 if (drivingState != mCurrentDrivingState.eventValue) { in handlePropertyEventLocked()
354 addTransitionLogLocked(TAG, mCurrentDrivingState.eventValue, drivingState, in handlePropertyEventLocked()
357 mCurrentDrivingState = createDrivingStateEvent(drivingState); in handlePropertyEventLocked()
[all …]