Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPerson.java80 public static final String PERSON_PROPERTY_NOTES = "notes"; field in Person
230 new AppSearchSchema.StringPropertyConfig.Builder(PERSON_PROPERTY_NOTES) in createSchema()
334 return getPropertyStringArray(PERSON_PROPERTY_NOTES); in getNotes()
488 setPropertyString(PERSON_PROPERTY_NOTES, mNotes.toArray(new String[0])); in build()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DEnterpriseContactsTest.java39 …rt static com.android.server.appsearch.contactsindexer.appsearchtypes.Person.PERSON_PROPERTY_NOTES;
381 PERSON_PROPERTY_AFFILIATIONS, PERSON_PROPERTY_NOTES)) in testSearchEnterpriseContacts_withFilter()