Searched refs:getCorpImageUri (Results 1 – 3 of 3) sorted by relevance
38 String expectedImageUri = PersonEnterpriseTransformer.getCorpImageUri(contactId); in testTransform_setsImageUriIfItExists()52 assertThat(PersonEnterpriseTransformer.getCorpImageUri(123)).isEqualTo( in testGetCorpImageUri()
123 Person.PERSON_PROPERTY_IMAGE_URI, getCorpImageUri(contactId)); in transformDocument()142 static String getCorpImageUri(long contactId) { in getCorpImageUri() method in PersonEnterpriseTransformer
551 getCorpImageUri(contactId)); in testEnterpriseContactsInSystemPackage_transformPerson()667 private String getCorpImageUri(long contactId) { in getCorpImageUri() method in EnterpriseContactsTest