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.java264 CarDrivingStateEvent currentDrivingStateEvent = in promoteStagedConfig() local
267 if (currentDrivingStateEvent != null in promoteStagedConfig()
268 && currentDrivingStateEvent.eventValue == DRIVING_STATE_PARKED in promoteStagedConfig()
283 CarDrivingStateEvent currentDrivingStateEvent = in initializeUxRestrictions() local
288 if (currentDrivingStateEvent == null in initializeUxRestrictions()
289 || currentDrivingStateEvent.eventValue == DRIVING_STATE_UNKNOWN) { in initializeUxRestrictions()
292 int currentDrivingState = currentDrivingStateEvent.eventValue; in initializeUxRestrictions()
DCarDrivingStateService.java401 final CarDrivingStateEvent currentDrivingStateEvent = mCurrentDrivingState; in handlePropertyEvent() local
404 client.dispatchEventToClients(currentDrivingStateEvent); in handlePropertyEvent()