Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java243 CarDrivingStateEvent currentDrivingStateEvent = in promoteStagedConfig() local
246 if (currentDrivingStateEvent != null in promoteStagedConfig()
247 && currentDrivingStateEvent.eventValue == DRIVING_STATE_PARKED in promoteStagedConfig()
262 CarDrivingStateEvent currentDrivingStateEvent = in initializeUxRestrictions() local
267 if (currentDrivingStateEvent == null in initializeUxRestrictions()
268 || currentDrivingStateEvent.eventValue == DRIVING_STATE_UNKNOWN) { in initializeUxRestrictions()
271 int currentDrivingState = currentDrivingStateEvent.eventValue; in initializeUxRestrictions()