Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java451 CarDrivingStateEvent currentDrivingStateEvent = in promoteStagedConfig() local
454 if (currentDrivingStateEvent != null in promoteStagedConfig()
455 && currentDrivingStateEvent.eventValue == DRIVING_STATE_PARKED in promoteStagedConfig()
471 CarDrivingStateEvent currentDrivingStateEvent = in initializeUxRestrictions() local
475 if (currentDrivingStateEvent == null in initializeUxRestrictions()
476 || currentDrivingStateEvent.eventValue == DRIVING_STATE_UNKNOWN) { in initializeUxRestrictions()
484 handleDrivingStateEventOnDisplaysLocked(currentDrivingStateEvent, displayIds); in initializeUxRestrictions()
DCarDrivingStateService.java413 final CarDrivingStateEvent currentDrivingStateEvent = mCurrentDrivingState; in handlePropertyEventLocked() local
414 dispatchEventToClients(currentDrivingStateEvent); in handlePropertyEventLocked()