Home | History | Annotate | Download | only in notepad

Lines Matching defs:createDate

666         assertEquals(note.createDate, cursor.getLong(crdateIndex));
797 long createDate;
808 createDate = 0;
814 createDate = c;
833 v.put(NotePad.Notes.COLUMN_NAME_CREATE_DATE, createDate);