Searched refs:AppListAdapter (Results 1 – 5 of 5) sorted by relevance
44 private AppListAdapter mAdapter;69 mAdapter = new AppListAdapter(this); in onCreate()110 public class AppListAdapter extends ArrayAdapter<MyApplicationInfo> { class in AppPicker114 public AppListAdapter(Context context) { in AppListAdapter() method in AppPicker.AppListAdapter
53 AppListAdapter mAdapter;244 public static class AppListAdapter extends BaseAdapter { class in AppOpsCategory251 public AppListAdapter(Context context, AppOpsState state) { in AppListAdapter() method in AppOpsCategory.AppListAdapter321 mAdapter = new AppListAdapter(getActivity(), mState); in onActivityCreated()
73 private AppListAdapter mAppListAdapter;74 private AppListAdapter mPinnedAppListAdapter;129 mPinnedAppListAdapter = new AppListAdapter(this); in onCreate()142 mAppListAdapter = new AppListAdapter(this); in onCreate()
34 private AppListAdapter mAppListAdapter;40 public static PinnedAppPickerDialog newInstance(AppListAdapter appListAdapter, in newInstance()
32 public class AppListAdapter extends ArrayAdapter<AppEntry> { class35 AppListAdapter(Context context) { in AppListAdapter() method in AppListAdapter