Home
last modified time | relevance | path

Searched refs:canceledNotifications (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3476 ArrayList<NotificationRecord> canceledNotifications = null; in cancelAllNotificationsInt() local
3495 if (canceledNotifications == null) { in cancelAllNotificationsInt()
3496 canceledNotifications = new ArrayList<>(); in cancelAllNotificationsInt()
3498 canceledNotifications.add(r); in cancelAllNotificationsInt()
3505 if (doit && canceledNotifications != null) { in cancelAllNotificationsInt()
3506 final int M = canceledNotifications.size(); in cancelAllNotificationsInt()
3508 cancelGroupChildrenLocked(canceledNotifications.get(i), callingUid, callingPid, in cancelAllNotificationsInt()
3512 if (canceledNotifications != null) { in cancelAllNotificationsInt()
3515 return canceledNotifications != null; in cancelAllNotificationsInt()
3525 ArrayList<NotificationRecord> canceledNotifications = null; in cancelAllLocked() local
[all …]