Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileGridRecyclerView.java323 ProfileRecord profileRecord = mProfiles.get(position); in onBindViewHolder() local
324 Drawable circleIcon = getCircularProfileRecordIcon(profileRecord); in onBindViewHolder()
325 if (profileRecord.mType == ProfileRecord.ADD_PROFILE) { in onBindViewHolder()
328 } else if (profileRecord.mInfo != null) { in onBindViewHolder()
331 profileRecord.mInfo.id); in onBindViewHolder()
336 holder.mProfileNameTextView.setText(getProfileRecordName(profileRecord)); in onBindViewHolder()
343 switch (profileRecord.mType) { in onBindViewHolder()
370 holder.mView.setOnClickListener(v -> handleProfileSwitch(profileRecord.mInfo)); in onBindViewHolder()
443 private Drawable getCircularProfileRecordIcon(ProfileRecord profileRecord) { in getCircularProfileRecordIcon() argument
445 switch (profileRecord.mType) { in getCircularProfileRecordIcon()
[all …]
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserActivity.java1853 ProfileRecord profileRecord = getProfileRecord(forUser);
1854 if (profileRecord == null) {
1859 (int) (SystemClock.elapsedRealtime() - profileRecord.loadingStartTime));