Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelfController.kt39 fun canModifyColorOfNotifications(): Boolean regex
H A DLegacyNotificationShelfControllerImpl.java83 public boolean canModifyColorOfNotifications() { in canModifyColorOfNotifications() method in LegacyNotificationShelfControllerImpl
H A DNotificationShelf.java1029 public void setCanModifyColorOfNotifications(boolean canModifyColorOfNotifications) { in setCanModifyColorOfNotifications()