Searched refs:startID (Results 1 – 2 of 2) sorted by relevance
350 public static void fillTestTable2(Connection conn, int startID, int endID, in fillTestTable2() argument353 for (int id = startID; id <= endID; id++) { in fillTestTable2()
104 public static CertPath genCertPath(int howMany, int startID) { in genCertPath() argument107 certs[i] = new TestCertificate(Integer.toString(startID + i)); in genCertPath()