Searched defs:mPosted (Results 1 – 4 of 4) sorted by relevance
30 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>(); field in SecondaryNotificationListener
45 public BlockingQueue<StatusBarNotification> mPosted = new ArrayBlockingQueue<>(10); field in TestNotificationListener
37 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>(); field in TestNotificationListener
54 ArrayList<StatusBarNotification> mPosted = new ArrayList<>(); field in MockListener