Searched refs:mNotifications (Results 1 – 1 of 1) sorted by relevance
71 private ArrayMap<String, JSONObject> mNotifications = new ArrayMap<>(); field in MockListener118 ArrayList<String> payloadData = new ArrayList<>(mNotifications.size()); in onCreate()119 for (JSONObject payload: mNotifications.values()) { in onCreate()189 mNotifications.clear(); in resetData()203 JSONObject note = mNotifications.get(key); in onNotificationRankingUpdate()229 mNotifications.put(sbn.getKey(), notification); in onNotificationPosted()241 mNotifications.remove(sbn.getKey()); in onNotificationRemoved()