Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAppList.java92 private NotificationAppAdapter mAdapter;
108 mAdapter = new NotificationAppAdapter(mContext); in onCreate()
215 private class NotificationAppAdapter extends ArrayAdapter<Row> implements SectionIndexer { class in NotificationAppList
216 public NotificationAppAdapter(Context context) { in NotificationAppAdapter() method in NotificationAppList.NotificationAppAdapter