Searched refs:previousLookupKey (Results 1 – 2 of 2) sorted by relevance
112 String previousLookupKey = cursor.getString(Projections.LOOKUP_KEY); in shouldShowPhoto() local114 return !currentLookupKey.equals(previousLookupKey); in shouldShowPhoto()
138 String previousLookupKey = cursor.getString(Projections.LOOKUP_KEY); in shouldShowPhoto() local140 return !currentLookupKey.equals(previousLookupKey); in shouldShowPhoto()