Searched refs:NotificationSbnAdapter (Results 1 – 2 of 2) sorted by relevance
408 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);
63 public class NotificationSbnAdapter extends class78 public NotificationSbnAdapter(Context context, PackageManager pm, UserManager um, in NotificationSbnAdapter() method in NotificationSbnAdapter