Searched defs:mPostedNotifications (Results 1 – 2 of 2) sorted by relevance
66 private final Set<Integer> mPostedNotifications = new ArraySet<>(); field in NotificationTrampolineTestService
63 ArrayList<Notification> mPostedNotifications = new ArrayList<Notification>(); field in MockListener