Searched refs:canModifyColorOfNotifications (Results 1 – 6 of 6) sorted by relevance
99 val canModifyNotifColor by collectLastValue(underTest.canModifyColorOfNotifications)108 val canModifyNotifColor by collectLastValue(underTest.canModifyColorOfNotifications)118 val canModifyNotifColor by collectLastValue(underTest.canModifyColorOfNotifications)
58 override fun canModifyColorOfNotifications(): Boolean = unsupported89 viewModel.canModifyColorOfNotifications.collect(
39 fun canModifyColorOfNotifications(): Boolean regex
83 public boolean canModifyColorOfNotifications() { in canModifyColorOfNotifications() method in LegacyNotificationShelfControllerImpl
444 if (isLastChild && canModifyColorOfNotifications()) { in updateAppearance()525 private boolean canModifyColorOfNotifications() {529 return mController.canModifyColorOfNotifications();1029 public void setCanModifyColorOfNotifications(boolean canModifyColorOfNotifications) { in setCanModifyColorOfNotifications() argument1031 mCanModifyColorOfNotifications = canModifyColorOfNotifications; in setCanModifyColorOfNotifications()
40 val canModifyColorOfNotifications: Flow<Boolean>