Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/
DDirectoryContactViewHolder.java108 String currentLookupKey = cursor.getString(Projections.LOOKUP_KEY); in shouldShowPhoto() local
114 return !currentLookupKey.equals(previousLookupKey); in shouldShowPhoto()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
DSearchContactViewHolder.java134 String currentLookupKey = cursor.getString(Projections.LOOKUP_KEY); in shouldShowPhoto() local
140 return !currentLookupKey.equals(previousLookupKey); in shouldShowPhoto()