Lines Matching refs:channel

204     /** Notification was canceled by the user banning the channel. */
463 * Implement this method to learn about notification channel modifications.
468 * @param pkg The package the channel belongs to.
470 * @param channel The channel that has changed.
476 NotificationChannel channel, @ChannelOrGroupModificationTypes int modificationType) {
481 * Implement this method to learn about notification channel group modifications.
700 * Updates a notification channel for a given package for a given user. This should only be used
701 * to reflect changes a user has made to the channel via the listener's user interface.
708 * @param pkg The package the channel belongs to.
709 * @param user The user the channel belongs to.
710 * @param channel the channel to update.
713 @NonNull NotificationChannel channel) {
717 mWrapper, pkg, user, channel);
748 * Returns all notification channel groups belonging to the given package for a given user.
755 * @param pkg The package to retrieve channel groups for.
1335 NotificationChannel channel,
1340 args.arg3 = channel;
1420 // Notification assistant channel override.
1517 * Returns the notification channel this notification was posted to, which dictates
1526 * channel provided by {@link #getChannel()}. You can use this information to expose
1527 * controls to help the user block this channel's notifications, if the sentiment is
1584 NotificationChannel channel, ArrayList<String> overridePeople,
1596 mChannel = channel;
2021 NotificationChannel channel = (NotificationChannel) args.arg3;
2023 onNotificationChannelModified(pkgName, user, channel, modificationType);