D | NoManSimulator.java | 51 public NotifEvent postNotif(NotificationEntryBuilder builder) { in postNotif() 58 return new NotifEvent(entry.getSbn(), entry.getRanking(), rankingMap); in postNotif() 61 public NotifEvent retractNotif(StatusBarNotification sbn, int reason) { in retractNotif() 67 return new NotifEvent(sbn, null, rankingMap); in retractNotif() 97 public static class NotifEvent { class in NoManSimulator 103 private NotifEvent( in NotifEvent() method in NoManSimulator.NotifEvent
|