Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java466 ParceledListSlice<StatusBarNotification> parceledList = getNotificationInterface() in getActiveNotifications() local
468 List<StatusBarNotification> list = parceledList.getList(); in getActiveNotifications()
/frameworks/base/core/java/android/app/
DNotificationManager.java681 final ParceledListSlice<StatusBarNotification> parceledList in getActiveNotifications() local
683 final List<StatusBarNotification> list = parceledList.getList(); in getActiveNotifications()