Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarDrivingStateService.java63 private CarDrivingStateEvent mCurrentDrivingState; field in CarDrivingStateService
77 mCurrentDrivingState = createDrivingStateEvent(CarDrivingStateEvent.DRIVING_STATE_UNKNOWN); in CarDrivingStateService()
87 mCurrentDrivingState = createDrivingStateEvent(inferDrivingStateLocked()); in init()
89 mCurrentDrivingState.eventValue, mCurrentDrivingState.timeStamp); in init()
101 mCurrentDrivingState = createDrivingStateEvent(CarDrivingStateEvent.DRIVING_STATE_UNKNOWN); in release()
220 return mCurrentDrivingState; in getCurrentDrivingState()
292 writer.println("Current Driving State: " + mCurrentDrivingState.eventValue); in dump()
380 + mCurrentDrivingState.eventValue); in handlePropertyEvent()
382 if (drivingState != mCurrentDrivingState.eventValue) { in handlePropertyEvent()
383 addTransitionLog(TAG, mCurrentDrivingState.eventValue, drivingState, in handlePropertyEvent()
[all …]