Home | History | Annotate | Download | only in notepad

Lines Matching defs:START_DATE

81     private final static long START_DATE = TEST_CALENDAR.getTimeInMillis();
146 TEST_NOTES[index].setCreationDate(START_DATE + (index * ONE_DAY_MILLIS));
147 TEST_NOTES[index].setModificationDate(START_DATE + (index * ONE_WEEK_MILLIS));
626 note.setCreationDate(START_DATE + (10 * ONE_DAY_MILLIS));
627 note.setModificationDate(START_DATE + (2 * ONE_WEEK_MILLIS));