Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1294 MyHandler.MSG_ON_NOTIFICATION_CHANNEL_GROUP_MODIFIED, args).sendToTarget(); in onNotificationChannelGroupModification()
1813 public static final int MSG_ON_NOTIFICATION_CHANNEL_GROUP_MODIFIED = 8; field in NotificationListenerService.MyHandler
1870 case MSG_ON_NOTIFICATION_CHANNEL_GROUP_MODIFIED: { in handleMessage()