Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModelTest.kt89 val canModifyNotifColor by collectLastValue(underTest.canModifyColorOfNotifications) in canModifyColorOfNotifications_whenKeyguardNotShowing()
99 val canModifyNotifColor by collectLastValue(underTest.canModifyColorOfNotifications) in canModifyColorOfNotifications_whenKeyguardShowingAndNotBypass()
110 val canModifyNotifColor by collectLastValue(underTest.canModifyColorOfNotifications) in cannotModifyColorOfNotifications_whenBypass()
/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/notification/shelf/ui/viewbinder/
DNotificationShelfViewBinder.kt50 viewModel.canModifyColorOfNotifications.collect(::setCanModifyColorOfNotifications) in bind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java447 if (isLastChild && canModifyColorOfNotifications()) { in updateAppearance()
525 private boolean canModifyColorOfNotifications() {
990 public void setCanModifyColorOfNotifications(boolean canModifyColorOfNotifications) { in setCanModifyColorOfNotifications() argument
991 mCanModifyColorOfNotifications = canModifyColorOfNotifications; in setCanModifyColorOfNotifications()