Home
last modified time | relevance | path

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

/cts/tests/app/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/
DNotificationTrampolineTestService.java66 private final Set<Integer> mPostedNotifications = new ArraySet<>(); field in NotificationTrampolineTestService
96 for (int notificationId : mPostedNotifications) { in onDestroy()
175 mPostedNotifications.add(notificationId); in postNotification()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java63 ArrayList<Notification> mPostedNotifications = new ArrayList<Notification>(); field in MockListener
131 mPostedNotifications.clear(); in resetData()
162 mPostedNotifications.add(sbn.getNotification()); in onNotificationPosted()
DNotificationListenerVerifierActivity.java1562 new ArrayList<>(MockListener.getInstance().mPostedNotifications); in test()