Searched refs:iconPath (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DUserInfo.java100 public String iconPath; field in class:UserInfo
123 public UserInfo(int id, String name, String iconPath, int flags) { argument
127 this.iconPath = iconPath;
227 iconPath = orig.iconPath;
257 dest.writeString(iconPath);
283 iconPath = source.readString();
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserInfoTest.java140 assertEquals("Icon path not preserved", one.iconPath, two.iconPath);
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java636 userInfo.iconPath = null;
1103 String iconPath;
1120 if (targetUserInfo.iconPath == null) {
1123 iconPath = targetUserInfo.iconPath;
1128 new File(iconPath), ParcelFileDescriptor.MODE_READ_ONLY);
1736 info.iconPath = file.getAbsolutePath();
2037 if (userInfo.iconPath != null) {
2038 serializer.attribute(null, ATTR_ICON_PATH, userInfo.iconPath);
2183 String iconPath
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DUtils.java106 if (user.iconPath != null) {
/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java620 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java620 Drawable icon = user.iconPath != null ? Drawable.createFromPath(user.iconPath)

Completed in 249 milliseconds