OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActiveNotifs
(Results
1 - 2
of
2
) sorted by null
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java
71
@GuardedBy("
mActiveNotifs
")
72
private final HashMap<String, Long>
mActiveNotifs
= Maps.newHashMap();
119
synchronized (
mActiveNotifs
) {
145
if (
mActiveNotifs
.containsKey(tag)) {
146
firstShown =
mActiveNotifs
.get(tag);
149
mActiveNotifs
.put(tag, firstShown);
295
final Iterator<String> it =
mActiveNotifs
.keySet().iterator();
/frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java
267
private HashSet<String>
mActiveNotifs
= Sets.newHashSet();
628
beforeNotifs.addAll(
mActiveNotifs
);
629
mActiveNotifs
.clear();
669
if (!
mActiveNotifs
.contains(tag)) {
[
all
...]
Completed in 841 milliseconds