Searched refs:handleDispatchUxRestrictions (Results 1 – 1 of 1) sorted by relevance
300 handleDispatchUxRestrictions(currentDrivingState, currentSpeed); in initializeUxRestrictions()470 handleDispatchUxRestrictions( in setRestrictionMode()635 handleDispatchUxRestrictions(mDrivingStateService.getCurrentDrivingState().eventValue, in setUxRChangeBroadcastEnabled()640 handleDispatchUxRestrictions(DRIVING_STATE_PARKED, 0); in setUxRChangeBroadcastEnabled()762 handleDispatchUxRestrictions(drivingState, mCurrentMovingSpeed); in handleDrivingStateEvent()795 handleDispatchUxRestrictions(currentDrivingState, newSpeed); in handleSpeedChange()804 private synchronized void handleDispatchUxRestrictions(@CarDrivingState int currentDrivingState, in handleDispatchUxRestrictions() method in CarUxRestrictionsManagerService