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