Home
last modified time | relevance | path

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

/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
DContactablesLoaderCallbacks.java110 String lookupKey = ""; in onLoadFinished() local
114 if (!lookupKey.equals(currentLookupKey)) { in onLoadFinished()
117 lookupKey = currentLookupKey; in onLoadFinished()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DQuickContactsDemo.java83 final String lookupKey = cursor.getString(SUMMARY_LOOKUP_KEY); in bindView() local
84 cache.photoView.assignContactUri(Contacts.getLookupUri(contactId, lookupKey)); in bindView()