Home
last modified time | relevance | path

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

/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
DListener.java45 private static final int MSG_CANCEL = 2; field in Listener
133 case MSG_CANCEL:
239 Message.obtain(mHandler, MSG_CANCEL, in onNotificationRemoved()