OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationstounautobundle
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
Ranker.java
118
List<String>
notificationsToUnAutobundle
= new ArrayList<>();
134
notificationsToUnAutobundle
.add(sbn.getKey());
141
notificationsToUnAutobundle
.add(key);
146
if (
notificationsToUnAutobundle
.size() > 0) {
150
adjustNotificationBundling(sbn.getPackageName(),
notificationsToUnAutobundle
, false,
Completed in 88 milliseconds