Home
last modified time | relevance | path

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

/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/
DEnterpriseContactsDeviceTest.java246 GenericDocument contactPoint = document.getPropertyDocumentArray( in testGetEnterpriseContact() local
248 assertThat(contactPoint.getPropertyNames()).containsAtLeast(CONTACT_POINT_PROPERTY_LABEL, in testGetEnterpriseContact()
250 assertThat(contactPoint.getPropertyNames()).doesNotContain(CONTACT_POINT_PROPERTY_ADDRESS); in testGetEnterpriseContact()
251 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_LABEL)).isEqualTo( in testGetEnterpriseContact()
253 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_EMAIL)).isEqualTo( in testGetEnterpriseContact()
255 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_TELEPHONE)).isEqualTo( in testGetEnterpriseContact()
283 GenericDocument contactPoint = document.getPropertyDocumentArray( in testGetEnterpriseContact_withProjection() local
285 assertThat(contactPoint.getPropertyNames()).containsExactly(CONTACT_POINT_PROPERTY_EMAIL); in testGetEnterpriseContact_withProjection()
286 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_EMAIL)).isEqualTo( in testGetEnterpriseContact_withProjection()
289 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_ADDRESS)).isNull(); in testGetEnterpriseContact_withProjection()
[all …]