Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java977 int currentDrivingState = mDrivingStateService.getCurrentDrivingState().eventValue; in handleSpeedChangeLocked() local
978 if (currentDrivingState != DRIVING_STATE_MOVING) { in handleSpeedChangeLocked()
982 handleDispatchUxRestrictionsLocked(currentDrivingState, mCurrentMovingSpeed, mDisplayIds); in handleSpeedChangeLocked()
996 private void handleDispatchUxRestrictionsLocked(@CarDrivingState int currentDrivingState, in handleDispatchUxRestrictionsLocked() argument
1048 currentDrivingState, speed, mRestrictionMode); in handleDispatchUxRestrictionsLocked()