Searched refs:HistoryLoader (Results 1 – 2 of 2) sorted by relevance
36 public class HistoryLoader { class42 public HistoryLoader(Context context, NotificationBackend backend, PackageManager pm) { in HistoryLoader() method in HistoryLoader
85 private HistoryLoader mHistoryLoader;152 private HistoryLoader.OnHistoryLoaderListener mOnHistoryLoaderListener = notifications -> {261 mHistoryLoader = new HistoryLoader(this, new NotificationBackend(), mPm); in onResume()