Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java496 final String currentPhotoUri = participantData.getProfilePhotoUri(); in refreshFromContacts() local
572 final boolean isPhotoUrlChanged = !TextUtils.equals(matchingPhotoUri, currentPhotoUri); in refreshFromContacts()