Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/datasources/
DUXRestrictionDataSource.kt79 val currentRestrictions = uxRestrictionsManager.currentCarUxRestrictions in requiresDistractionOptimization() constant
80 if (currentRestrictions == null) { in requiresDistractionOptimization()
84 trySend(currentRestrictions.isRequiresDistractionOptimization) in requiresDistractionOptimization()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java70 CarUxRestrictions currentRestrictions = in enable() local
72 mCarNotificationView.onUxRestrictionsChanged(currentRestrictions); in enable()