Home
last modified time | relevance | path

Searched defs:mPosted (Results 1 – 4 of 4) 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
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestNotificationListener.java45 public BlockingQueue<StatusBarNotification> mPosted = new ArrayBlockingQueue<>(10); field in TestNotificationListener
/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationListener.java37 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