Home
last modified time | relevance | path

Searched refs:isChannelEnabled (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DNotificationChannelSlice.java358 channel -> isChannelEnabled(group, channel, appRow))) in getDisplayableChannels()
440 private boolean isChannelEnabled(NotificationChannelGroup group, NotificationChannel channel, in isChannelEnabled() method in NotificationChannelSlice
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DNotificationChannelSlice.java351 channel -> isChannelEnabled(group, channel, appRow))) in getDisplayableChannels()
447 private boolean isChannelEnabled(NotificationChannelGroup group, NotificationChannel channel, in isChannelEnabled() method in NotificationChannelSlice
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java250 if (!isChannelEnabled(cbm)) { in shouldDisplayMessage()
423 private boolean isChannelEnabled(CellBroadcastMessage message) { in isChannelEnabled() method in CellBroadcastAlertService