Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java441 Drawable personalProfileIcon = UserIcons.getDefaultUserIcon( in getProfileSwitchingIconDrawable() local
449 personalProfileIcon.setColorFilter(null); in getProfileSwitchingIconDrawable()
450 personalProfileIcon.setTint(mResources.getColor(colorId, /* theme= */ null)); in getProfileSwitchingIconDrawable()
451 return personalProfileIcon; in getProfileSwitchingIconDrawable()