Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1251 mHandler.obtainMessage(MyHandler.MSG_ON_NOTIFICATION_POSTED, in onNotificationPosted()
1961 public static final int MSG_ON_NOTIFICATION_POSTED = 1; field in NotificationListenerService.MyHandler
1980 case MSG_ON_NOTIFICATION_POSTED: { in handleMessage()