Searched refs:note1 (Results 1 – 3 of 3) sorted by relevance
47 String note1 = "note"; in testBuilder() local89 .addNote(note1) in testBuilder()107 assertThat(person.getNotes()).asList().containsExactly(note1, note2); in testBuilder()
231 final String note1 = "note 1"; in testDataItemCollapsing_note() local238 mValues1.put(Note.NOTE, note1); in testDataItemCollapsing_note()239 mValues2.put(Note.NOTE, note1); in testDataItemCollapsing_note()248 assertEquals(note1, ((NoteDataItem) dataList.get(0)).getNote()); in testDataItemCollapsing_note()
299 String note1 = "note"; in testGenerateFingerprintStringForPerson() local343 .addNote(note1) in testGenerateFingerprintStringForPerson()