Home
last modified time | relevance | path

Searched refs:setModificationDate (Results 1 – 1 of 1) sorted by relevance

/development/samples/NotePad/tests/src/com/example/android/notepad/
DNotePadProviderTest.java147 TEST_NOTES[index].setModificationDate(START_DATE + (index * ONE_WEEK_MILLIS)); in insertData()
627 note.setModificationDate(START_DATE + (2 * ONE_WEEK_MILLIS)); in testInserts()
818 public void setModificationDate(long m) { in setModificationDate() method in NotePadProviderTest.NoteInfo