Home | History | Annotate | Download | only in settings

Lines Matching defs:sid

502             int sid = loc.getSystemId();
509 + "SID = "
510 + ((sid == -1) ? "unknown" : Integer.toHexString(sid))