Searched defs:mPosted (Results 1 – 6 of 6) sorted by relevance
30 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>(); field in SecondaryNotificationListener
33 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>(); field in TestNotificationListener
31 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>(); field in TestNotificationListener
32 public BlockingQueue<StatusBarNotification> mPosted = new ArrayBlockingQueue<>(10); field in TestNotificationListener
34 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>(); field in TestNotificationListener
54 ArrayList<StatusBarNotification> mPosted = new ArrayList<>(); field in MockListener