Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotificationListener.java32 private final Notifications mNotifications; field in NotificationListener
38 mNotifications = notifications; in NotificationListener()
43 mNotifications.removeListener(this); in close()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java55 ArrayMap<String, JSONObject> mNotifications = new ArrayMap<>(); field in MockListener
77 return mNotifications.values(); in getPosted()
126 mNotifications.clear(); in resetData()
143 JSONObject note = mNotifications.get(key); in onNotificationRankingUpdate()
171 mNotifications.put(sbn.getKey(), notification); in onNotificationPosted()
183 mNotifications.remove(sbn.getKey()); in onNotificationRemoved()
201 mNotifications.remove(sbn.getKey()); in onNotificationRemoved()