Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java921 mHandler.obtainMessage(MyHandler.MSG_ON_NOTIFICATION_REMOVED, in onNotificationRemoved()
1420 public static final int MSG_ON_NOTIFICATION_REMOVED = 2; field in NotificationListenerService.MyHandler
1444 case MSG_ON_NOTIFICATION_REMOVED: { in handleMessage()