Home | History | Annotate | Download | only in pm

Lines Matching refs:iconPath

699                 userInfo.iconPath = null;
1298 String iconPath;
1315 if (targetUserInfo.iconPath == null) {
1318 iconPath = targetUserInfo.iconPath;
1323 new File(iconPath), ParcelFileDescriptor.MODE_READ_ONLY);
1952 info.iconPath = file.getAbsolutePath();
2253 if (userInfo.iconPath != null) {
2254 serializer.attribute(null, ATTR_ICON_PATH, userInfo.iconPath);
2399 String iconPath = null;
2437 iconPath = parser.getAttributeValue(null, ATTR_ICON_PATH);
2493 UserInfo userInfo = new UserInfo(id, name, iconPath, flags);