Home
last modified time | relevance | path

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

/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
DListener.java44 private static final int MSG_NOTIFY = 1; field in Listener
114 case MSG_NOTIFY:
233 Message.obtain(mHandler, MSG_NOTIFY, in onNotificationPosted()