Searched refs:startID (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/tests/support/
H A DDatabaseCreator.java350 public static void fillTestTable2(Connection conn, int startID, int endID, argument
353 for (int id = startID; id <= endID; id++) {
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java97 * in the CertPath. The second certificate will have (startID+1) number
101 * @param startID - specifies the starting ID which the first certificate will have
104 public static CertPath genCertPath(int howMany, int startID) { argument
107 certs[i] = new TestCertificate(Integer.toString(startID + i));

Completed in 424 milliseconds