Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPersonTest.java48 String note2 = "note2"; in testBuilder() local
90 .addNote(note2) in testBuilder()
107 assertThat(person.getNotes()).asList().containsExactly(note1, note2); in testBuilder()
/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
DDataItemTests.java232 final String note2 = "note 2"; in testDataItemCollapsing_note() local
240 mValues3.put(Note.NOTE, note2); in testDataItemCollapsing_note()
249 assertEquals(note2, ((NoteDataItem) dataList.get(1)).getNote()); in testDataItemCollapsing_note()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DPersonBuilderHelperTest.java300 String note2 = "note2"; in testGenerateFingerprintStringForPerson() local
344 .addNote(note2) in testGenerateFingerprintStringForPerson()