Searched refs:mNotifications (Results 1 – 2 of 2) sorted by relevance
32 private final Notifications mNotifications; field in NotificationListener38 mNotifications = notifications; in NotificationListener()43 mNotifications.removeListener(this); in close()
55 ArrayMap<String, JSONObject> mNotifications = new ArrayMap<>(); field in MockListener77 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()