Home
last modified time | relevance | path

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

/developers/samples/android/deprecated/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
DCalendarQueryService.java199 long contactId) { in getProfilePicture() argument
200 if (contactId != -1) { in getProfilePicture()
202 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId); in getProfilePicture()
212 Log.e(TAG, "Cannot decode profile picture for contact " + contactId); in getProfilePicture()