HomeSort by relevance Sort by last modified time
    Searched refs:MSG_DISMISS (Results 1 - 2 of 2) sorted by null

  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 48 private static final int MSG_DISMISS = 5;
93 int what = MSG_DISMISS;
164 case MSG_DISMISS:
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 480 private static final int MSG_DISMISS = 4;
546 case MSG_DISMISS:
605 mWriteHandler.sendMessage(mWriteHandler.obtainMessage(MSG_DISMISS, notification));

Completed in 88 milliseconds