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

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DDateTest.java44 static long TIME_TESTDATE1 = getTime(1999, Calendar.DECEMBER, 31, 23, 59, field in class:DateTest
68 static long[] TIME_ARRAY = new long[] { TIME_TESTDATE1, TIME_TESTDATE2,
128 long init1[] = { TIME_TESTDATE1, TIME_TESTDATE2, TIME_TESTDATE3,
145 Date theDate = new Date(TIME_TESTDATE1);
160 Date theDate = new Date(TIME_TESTDATE1);
175 Date theDate = new Date(TIME_TESTDATE1);
190 Date theDate = new Date(TIME_TESTDATE1);
205 Date theDate = new Date(TIME_TESTDATE1);
221 Date theDate = new Date(TIME_TESTDATE1);
280 Date theDate = new Date(TIME_TESTDATE1);
[all...]

Completed in 82 milliseconds