Searched defs:profileRecords (Results 1 – 3 of 3) sorted by relevance
132 List<ProfileRecord> profileRecords = createProfileRecords(getProfilesForProfileGrid()); in buildAdapter() local140 List<ProfileRecord> profileRecords = new ArrayList<>(); in createProfileRecords() local
34 @GuardedBy("self") private val profileRecords = SparseArray<ProfileRecord>() in <lambda>() constant
1508 Collection<ProfileRecord> profileRecords, in createMultiProfilePagerAdapter()