Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DHistoryLoader.java36 public class HistoryLoader { class
42 public HistoryLoader(Context context, NotificationBackend backend, PackageManager pm) { in HistoryLoader() method in HistoryLoader
H A DNotificationHistoryActivity.java85 private HistoryLoader mHistoryLoader;
152 private HistoryLoader.OnHistoryLoaderListener mOnHistoryLoaderListener = notifications -> {
261 mHistoryLoader = new HistoryLoader(this, new NotificationBackend(), mPm); in onResume()