Home
last modified time | relevance | path

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

/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
DCalendarQueryService.java172 event.ownerProfilePic = getProfilePicture(contentResolver, context, ownerId); in queryEvents()
248 public Asset ownerProfilePic; field in CalendarQueryService.Event
262 data.putAsset(PROFILE_PIC, ownerProfilePic); in toPutDataMapRequest()