Searched refs:mCurrentDrivingState (Results 1 – 3 of 3) sorted by relevance
110 private CarDrivingStateEvent mCurrentDrivingState; field in CarDrivingStateService115 mCurrentDrivingState = createDrivingStateEvent(CarDrivingStateEvent.DRIVING_STATE_UNKNOWN); in CarDrivingStateService()126 mCurrentDrivingState = createDrivingStateEvent(inferDrivingStateLocked()); in init()128 mCurrentDrivingState.eventValue, mCurrentDrivingState.timeStamp); in init()156 mCurrentDrivingState = createDrivingStateEvent( in release()271 return mCurrentDrivingState; in getCurrentDrivingState()316 writer.println("Current Driving State: " + mCurrentDrivingState.eventValue); in dump()401 + mCurrentDrivingState.eventValue); in handlePropertyEventLocked()403 if (drivingState != mCurrentDrivingState.eventValue) { in handlePropertyEventLocked()404 addTransitionLogLocked(TAG, mCurrentDrivingState.eventValue, drivingState, in handlePropertyEventLocked()[all …]
36 private int mCurrentDrivingState = DRIVING_STATE_UNKNOWN; field in CarUiPortraitDriveStateController54 mCurrentDrivingState = carDrivingStateEvent.eventValue; in handleDrivingStateChange()61 logIfDebuggable("Driving state is " + mCurrentDrivingState); in isDrivingStateMoving()62 return mCurrentDrivingState == DRIVING_STATE_MOVING; in isDrivingStateMoving()
60 private int mCurrentDrivingState = DRIVING_STATE_UNKNOWN; field in CarUiPortraitDisplaySystemBarsController166 mCurrentDrivingState = event.eventValue; in handleDrivingStateChange()310 if (requested && mCurrentDrivingState == DRIVING_STATE_MOVING) { in notifyOnImmersiveRequestedChanged()322 if (mImmersiveState == STATE_DEFAULT || mCurrentDrivingState != DRIVING_STATE_MOVING) { in onDrivingStateChanged()