Searched refs:NotificationPostedMsg (Results 1 – 1 of 1) sorted by relevance
119 NotificationPostedMsg msg = (NotificationPostedMsg) message.obj;229 mWorkerHandler.obtainMessage(MSG_NOTIFICATION_POSTED, new NotificationPostedMsg(sbn)) in onNotificationPosted()239 private class NotificationPostedMsg { class in NotificationListener244 NotificationPostedMsg(StatusBarNotification sbn) { in NotificationPostedMsg() method in NotificationListener.NotificationPostedMsg