Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/history/
DHistoryLoader.java53 mBackend.getNotificationHistory(mContext.getPackageName(), in load()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java438 public NotificationHistory getNotificationHistory(String pkg, String attributionTag) { in getNotificationHistory() method in NotificationBackend
440 return sINM.getNotificationHistory(pkg, attributionTag); in getNotificationHistory()