Searched refs:mPostedNotifications (Results 1 – 3 of 3) sorted by relevance
69 private final Set<Integer> mPostedNotifications = new ArraySet<>(); field in NotificationTrampolineTestService100 for (int notificationId : mPostedNotifications) { in onDestroy()187 mPostedNotifications.add(GROUP_ID); in postNotification()205 mPostedNotifications.add(notificationId); in postNotification()210 mPostedNotifications.clear(); in cancelAllNotifications()
63 ArrayList<Notification> mPostedNotifications = new ArrayList<Notification>(); field in MockListener131 mPostedNotifications.clear(); in resetData()162 mPostedNotifications.add(sbn.getNotification()); in onNotificationPosted()
1751 new ArrayList<>(MockListener.getInstance().mPostedNotifications); in test()