Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java119 NotificationPostedMsg msg = (NotificationPostedMsg) message.obj;
229 mWorkerHandler.obtainMessage(MSG_NOTIFICATION_POSTED, new NotificationPostedMsg(sbn)) in onNotificationPosted()
239 private class NotificationPostedMsg { class in NotificationListener
244 NotificationPostedMsg(StatusBarNotification sbn) { in NotificationPostedMsg() method in NotificationListener.NotificationPostedMsg