Home
last modified time | relevance | path

Searched defs:mPosted (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DSecondaryNotificationListener.java30 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>(); field in SecondaryNotificationListener
DTestNotificationListener.java33 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>(); field in TestNotificationListener
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DTestNotificationListener.java31 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>(); field in TestNotificationListener
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DTestNotificationListener.java32 public BlockingQueue<StatusBarNotification> mPosted = new ArrayBlockingQueue<>(10); field in TestNotificationListener
/cts/tests/app/app/src/android/app/stubs/
DTestNotificationListener.java34 public ArrayList<StatusBarNotification> mPosted = new ArrayList<>(); field in TestNotificationListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java54 ArrayList<StatusBarNotification> mPosted = new ArrayList<>(); field in MockListener