Home | History | Annotate | Download | only in pm

Lines Matching defs:uidError

1831         if (pkg.uidError) {
1832 serializer.attribute(null, "uidError", "true");
2679 String uidError = null;
2691 uidError = parser.getAttributeValue(null, "uidError");
2828 packageSetting.uidError = "true".equals(uidError);