Home
last modified time | relevance | path

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

/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()
117 mNotifications.clear(); in resetData()
134 JSONObject note = mNotifications.get(key); in onNotificationRankingUpdate()
162 mNotifications.put(sbn.getKey(), notification); in onNotificationPosted()
174 mNotifications.remove(sbn.getKey()); in onNotificationRemoved()
192 mNotifications.remove(sbn.getKey()); in onNotificationRemoved()