Searched refs:canModifyColorOfNotifications (Results 1 – 4 of 4) sorted by relevance
89 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()
40 val canModifyColorOfNotifications: Flow<Boolean> in <lambda>() constant
50 viewModel.canModifyColorOfNotifications.collect(::setCanModifyColorOfNotifications) in bind()
447 if (isLastChild && canModifyColorOfNotifications()) { in updateAppearance()525 private boolean canModifyColorOfNotifications() {990 public void setCanModifyColorOfNotifications(boolean canModifyColorOfNotifications) { in setCanModifyColorOfNotifications() argument991 mCanModifyColorOfNotifications = canModifyColorOfNotifications; in setCanModifyColorOfNotifications()