Home
last modified time | relevance | path

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

/packages/apps/InCallUI/src/com/android/incallui/
DConferenceParticipantListAdapter.java467 ParticipantInfo existingInfo = entry.getValue(); in updateParticipantInfo() local
468 mConferenceParticipants.remove(existingInfo); in updateParticipantInfo()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java505 ContactInfo existingInfo = mContactInfoCache.getPossiblyExpired(numberCountryIso); in queryContactInfo() local
515 boolean updated = (existingInfo != ContactInfo.EMPTY || isRemoteSource) && in queryContactInfo()
516 !info.equals(existingInfo); in queryContactInfo()