Searched refs:mActiveNotifs (Results 1 – 1 of 1) sorted by relevance
80 private final ArrayMap<String, Long> mActiveNotifs = new ArrayMap<>(); field in DownloadNotifier121 synchronized (mActiveNotifs) { in init()122 mActiveNotifs.clear(); in init()126 mActiveNotifs.put(notif.getTag(), notif.getPostTime()); in init()180 synchronized (mActiveNotifs) { in update()228 if (mActiveNotifs.containsKey(tag)) { in updateWithLocked()229 firstShown = mActiveNotifs.get(tag); in updateWithLocked()232 mActiveNotifs.put(tag, firstShown); in updateWithLocked()407 for (int i = 0; i < mActiveNotifs.size();) { in updateWithLocked()408 final String tag = mActiveNotifs.keyAt(i); in updateWithLocked()[all …]