Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
H A DProfileGridRecyclerView.java74 private ProfileAdapter mAdapter;
133 mAdapter = new ProfileAdapter(mContext, profileRecords); in buildAdapter()
257 public final class ProfileAdapter extends class in ProfileGridRecyclerView
258 RecyclerView.Adapter<ProfileAdapter.ProfileAdapterViewHolder>
286 public ProfileAdapter(Context context, List<ProfileRecord> profiles) { in ProfileAdapter() method in ProfileGridRecyclerView.ProfileAdapter