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.java333 int currentDrivingState = currentDrivingStateEvent.eventValue; in initializeUxRestrictions() local
342 handleDispatchUxRestrictionsLocked(currentDrivingState, currentSpeed); in initializeUxRestrictions()
790 int currentDrivingState = mDrivingStateService.getCurrentDrivingState().eventValue; in handleSpeedChangeLocked() local
791 if (currentDrivingState != DRIVING_STATE_MOVING) { in handleSpeedChangeLocked()
796 handleDispatchUxRestrictionsLocked(currentDrivingState, newSpeed); in handleSpeedChangeLocked()
806 private void handleDispatchUxRestrictionsLocked(@CarDrivingState int currentDrivingState, in handleDispatchUxRestrictionsLocked() argument
826 currentDrivingState, speed, mRestrictionMode); in handleDispatchUxRestrictionsLocked()