OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationstobundle
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
Ranker.java
62
List<String>
notificationsToBundle
= new ArrayList<>();
84
notificationsToBundle
.add(key);
88
if (
notificationsToBundle
.size() > 0) {
89
adjustAutobundlingSummary(sbn.getPackageName(),
notificationsToBundle
.get(0),
91
adjustNotificationBundling(sbn.getPackageName(),
notificationsToBundle
, true,
Completed in 80 milliseconds