Searched refs:NotificationAppAdapter (Results 1 – 1 of 1) sorted by relevance
92 private NotificationAppAdapter mAdapter;107 mAdapter = new NotificationAppAdapter(mContext); in onCreate()211 private class NotificationAppAdapter extends ArrayAdapter<Row> implements SectionIndexer { class in NotificationAppList212 public NotificationAppAdapter(Context context) { in NotificationAppAdapter() method in NotificationAppList.NotificationAppAdapter