OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationstounautogroup
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/core/java/com/android/server/notification/
GroupHelper.java
102
List<String>
notificationsToUnAutogroup
= new ArrayList<>();
118
notificationsToUnAutogroup
.add(sbn.getKey());
131
if (
notificationsToUnAutogroup
.size() > 0) {
132
adjustNotificationBundling(
notificationsToUnAutogroup
, false);
Completed in 66 milliseconds