Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1343 MyHandler.MSG_ON_NOTIFICATION_CHANNEL_MODIFIED, args).sendToTarget(); in onNotificationChannelModification()
1967 public static final int MSG_ON_NOTIFICATION_CHANNEL_MODIFIED = 7; field in NotificationListenerService.MyHandler
2017 case MSG_ON_NOTIFICATION_CHANNEL_MODIFIED: { in handleMessage()