Searched refs:mCurrentDrivingState (Results 1 – 1 of 1) sorted by relevance
99 private CarDrivingStateEvent mCurrentDrivingState; field in CarDrivingStateService104 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 …]