Home
last modified time | relevance | path

Searched refs:mPostedNotifications (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java63 ArrayList<Notification> mPostedNotifications = new ArrayList<Notification>(); field in MockListener
122 mPostedNotifications.clear(); in resetData()
153 mPostedNotifications.add(sbn.getNotification()); in onNotificationPosted()
DNotificationListenerVerifierActivity.java1411 new ArrayList<>(MockListener.getInstance().mPostedNotifications); in test()