Searched refs:lookupKey (Results 1 – 2 of 2) sorted by relevance
110 String lookupKey = ""; in onLoadFinished() local114 if (!lookupKey.equals(currentLookupKey)) { in onLoadFinished()117 lookupKey = currentLookupKey; in onLoadFinished()
83 final String lookupKey = cursor.getString(SUMMARY_LOOKUP_KEY); in bindView() local84 cache.photoView.assignContactUri(Contacts.getLookupUri(contactId, lookupKey)); in bindView()