Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java840 handleDispatchUxRestrictionsLocked(DRIVING_STATE_PARKED, /* speed= */ 0f, in setUxRChangeBroadcastEnabled()
916 handleDispatchUxRestrictionsLocked(drivingState, mCurrentMovingSpeed, displayIds); in handleDrivingStateEventOnDisplaysLocked()
921 handleDispatchUxRestrictionsLocked(drivingState, /* speed= */ 0f, displayIds); in handleDrivingStateEventOnDisplaysLocked()
929 handleDispatchUxRestrictionsLocked(DRIVING_STATE_MOVING, /* speed= */ MAX_SPEED, in handleDrivingStateEventOnDisplaysLocked()
982 handleDispatchUxRestrictionsLocked(currentDrivingState, mCurrentMovingSpeed, mDisplayIds); in handleSpeedChangeLocked()
996 private void handleDispatchUxRestrictionsLocked(@CarDrivingState int currentDrivingState, in handleDispatchUxRestrictionsLocked() method in CarUxRestrictionsManagerService