Searched refs:mActiveNotifs (Results 1 – 1 of 1) sorted by relevance
72 private final HashMap<String, Long> mActiveNotifs = Maps.newHashMap(); field in DownloadNotifier119 synchronized (mActiveNotifs) { in updateWith()145 if (mActiveNotifs.containsKey(tag)) { in updateWithLocked()146 firstShown = mActiveNotifs.get(tag); in updateWithLocked()149 mActiveNotifs.put(tag, firstShown); in updateWithLocked()295 final Iterator<String> it = mActiveNotifs.keySet().iterator(); in updateWithLocked()