Searched refs:currentDrivingStateEvent (Results 1 – 2 of 2) sorted by relevance
451 CarDrivingStateEvent currentDrivingStateEvent = in promoteStagedConfig() local454 if (currentDrivingStateEvent != null in promoteStagedConfig()455 && currentDrivingStateEvent.eventValue == DRIVING_STATE_PARKED in promoteStagedConfig()471 CarDrivingStateEvent currentDrivingStateEvent = in initializeUxRestrictions() local475 if (currentDrivingStateEvent == null in initializeUxRestrictions()476 || currentDrivingStateEvent.eventValue == DRIVING_STATE_UNKNOWN) { in initializeUxRestrictions()484 handleDrivingStateEventOnDisplaysLocked(currentDrivingStateEvent, displayIds); in initializeUxRestrictions()
413 final CarDrivingStateEvent currentDrivingStateEvent = mCurrentDrivingState; in handlePropertyEventLocked() local414 dispatchEventToClients(currentDrivingStateEvent); in handlePropertyEventLocked()