Searched refs:mPostedNotifications (Results 1 – 3 of 3) sorted by relevance
66 private final Set<Integer> mPostedNotifications = new ArraySet<>(); field in NotificationTrampolineTestService96 for (int notificationId : mPostedNotifications) { in onDestroy()175 mPostedNotifications.add(notificationId); in postNotification()
63 ArrayList<Notification> mPostedNotifications = new ArrayList<Notification>(); field in MockListener131 mPostedNotifications.clear(); in resetData()162 mPostedNotifications.add(sbn.getNotification()); in onNotificationPosted()
1562 new ArrayList<>(MockListener.getInstance().mPostedNotifications); in test()