OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationsforpackage
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/core/java/com/android/server/notification/
GroupHelper.java
62
LinkedHashSet<String>
notificationsForPackage
64
if (
notificationsForPackage
== null) {
65
notificationsForPackage
= new LinkedHashSet<>();
68
notificationsForPackage
.add(sbn.getKey());
69
ungroupedNotificationsByUser.put(sbn.getPackageName(),
notificationsForPackage
);
71
if (
notificationsForPackage
.size() >= AUTOGROUP_AT_COUNT
73
notificationsToGroup.addAll(
notificationsForPackage
);
110
LinkedHashSet<String>
notificationsForPackage
112
if (
notificationsForPackage
== null ||
notificationsForPackage
.size() == 0)
[
all
...]
Completed in 49 milliseconds