Home | History | Annotate | Download | only in pm

Lines Matching defs:iconPath

448             if (info.iconPath == null) {
451 return BitmapFactory.decodeFile(info.iconPath);
584 info.iconPath = file.getAbsolutePath();
793 if (userInfo.iconPath != null) {
794 serializer.attribute(null, ATTR_ICON_PATH, userInfo.iconPath);
907 String iconPath = null;
945 iconPath = parser.getAttributeValue(null, ATTR_ICON_PATH);
987 UserInfo userInfo = new UserInfo(id, name, iconPath, flags);