Home
last modified time | relevance | path

Searched defs:canModifyColorOfNotifications (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModel.kt40 val canModifyColorOfNotifications: Flow<Boolean> in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java990 public void setCanModifyColorOfNotifications(boolean canModifyColorOfNotifications) { in setCanModifyColorOfNotifications()