Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationHistoryActivity.java408 new NotificationSbnAdapter(NotificationHistoryActivity.this, mPm, mUm,
415 ((NotificationSbnAdapter) mSnoozedRv.getAdapter()).onRebuildComplete(
424 new NotificationSbnAdapter(NotificationHistoryActivity.this, mPm, mUm,
432 ((NotificationSbnAdapter) mDismissedRv.getAdapter()).onRebuildComplete(
448 ((NotificationSbnAdapter) mSnoozedRv.getAdapter()).addSbn(sbn);
451 ((NotificationSbnAdapter) mDismissedRv.getAdapter()).addSbn(sbn);
DNotificationSbnAdapter.java63 public class NotificationSbnAdapter extends class
78 public NotificationSbnAdapter(Context context, PackageManager pm, UserManager um, in NotificationSbnAdapter() method in NotificationSbnAdapter