Searched defs:MESSAGE_LISTENER_NOTIFICATION_FILTER_CHANGED (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java218 static final int MESSAGE_LISTENER_NOTIFICATION_FILTER_CHANGED = 6; field in class:NotificationManagerService
4106 mHandler.removeMessages(MESSAGE_LISTENER_NOTIFICATION_FILTER_CHANGED);
4108 MESSAGE_LISTENER_NOTIFICATION_FILTER_CHANGED,
4148 case MESSAGE_LISTENER_NOTIFICATION_FILTER_CHANGED:

Completed in 118 milliseconds