Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserInfo.java95 public String iconPath; field in UserInfo
111 public UserInfo(int id, String name, String iconPath, int flags) { in UserInfo() argument
115 this.iconPath = iconPath; in UserInfo()
212 iconPath = orig.iconPath; in UserInfo()
241 dest.writeString(iconPath); in writeToParcel()
266 iconPath = source.readString(); in UserInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java591 userInfo.iconPath = null; in getProfilesLU()
983 String iconPath; in getUserIcon() local
1000 if (targetUserInfo.iconPath == null) { in getUserIcon()
1003 iconPath = targetUserInfo.iconPath; in getUserIcon()
1008 new File(iconPath), ParcelFileDescriptor.MODE_READ_ONLY); in getUserIcon()
1583 info.iconPath = file.getAbsolutePath(); in writeBitmapLP()
1844 if (userInfo.iconPath != null) { in writeUserLP()
1845 serializer.attribute(null, ATTR_ICON_PATH, userInfo.iconPath); in writeUserLP()
1974 String iconPath = null; in readUserLP() local
2015 iconPath = parser.getAttributeValue(null, ATTR_ICON_PATH); in readUserLP()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java88 if (user.iconPath != null) { in getUserIcon()
/frameworks/base/services/core/java/com/android/server/policy/
DGlobalActions.java553 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)