Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/contactinfo/
DContactInfoCache.java203 ContactInfo existingInfo = mCache.getPossiblyExpired(numberCountryIso); in queryContactInfo() local
213 boolean updated = (existingInfo != ContactInfo.EMPTY || isRemoteSource) && in queryContactInfo()
214 !info.equals(existingInfo); in queryContactInfo()
/packages/apps/InCallUI/src/com/android/incallui/
DConferenceParticipantListAdapter.java471 ParticipantInfo existingInfo = entry.getValue(); in updateParticipantInfo() local
472 mConferenceParticipants.remove(existingInfo); in updateParticipantInfo()