Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java279 handleDispatchUxRestrictions(currentDrivingState, currentSpeed); in initializeUxRestrictions()
445 handleDispatchUxRestrictions( in setRestrictionMode()
531 handleDispatchUxRestrictions(mDrivingStateService.getCurrentDrivingState().eventValue, in setUxRChangeBroadcastEnabled()
536 handleDispatchUxRestrictions(DRIVING_STATE_PARKED, 0); in setUxRChangeBroadcastEnabled()
658 handleDispatchUxRestrictions(drivingState, mCurrentMovingSpeed); in handleDrivingStateEvent()
691 handleDispatchUxRestrictions(currentDrivingState, newSpeed); in handleSpeedChange()
700 private synchronized void handleDispatchUxRestrictions(@CarDrivingState int currentDrivingState, in handleDispatchUxRestrictions() method in CarUxRestrictionsManagerService