Home | History | Annotate | Download | only in server

Lines Matching refs:idStr

9227             String idStr = parser.getAttributeValue(null, "userId");
9228 ps.userId = idStr != null ? Integer.parseInt(idStr) : 0;
9261 String idStr = null;
9279 idStr = parser.getAttributeValue(null, "userId");
9341 + " userId=" + idStr + " sharedUserId=" + sharedIdStr);
9342 int userId = idStr != null ? Integer.parseInt(idStr) : 0;
9396 + name + " has bad userId " + idStr + " at "
9402 + name + " has bad userId " + idStr + " at "
9420 + name + " has bad enabled value: " + idStr
9535 String idStr = null;
9540 idStr = parser.getAttributeValue(null, "userId");
9541 int userId = idStr != null ? Integer.parseInt(idStr) : 0;
9552 + name + " has bad userId " + idStr + " at "
9564 + name + " has bad userId " + idStr + " at "