Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarUxRestrictionsManagerService.java305 CarDrivingStateEvent currentDrivingStateEvent = in promoteStagedConfig() local
308 if (currentDrivingStateEvent != null in promoteStagedConfig()
309 && currentDrivingStateEvent.eventValue == DRIVING_STATE_PARKED in promoteStagedConfig()
324 CarDrivingStateEvent currentDrivingStateEvent = in initializeUxRestrictions() local
329 if (currentDrivingStateEvent == null in initializeUxRestrictions()
330 || currentDrivingStateEvent.eventValue == DRIVING_STATE_UNKNOWN) { in initializeUxRestrictions()
333 int currentDrivingState = currentDrivingStateEvent.eventValue; in initializeUxRestrictions()
H A DCarDrivingStateService.java363 final CarDrivingStateEvent currentDrivingStateEvent = mCurrentDrivingState; in handlePropertyEventLocked() local
364 dispatchEventToClients(currentDrivingStateEvent); in handlePropertyEventLocked()