Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/assets/insight/
Dinsight.js481 function setDirectDepBackgroundColor(modId, ownerId, color) { argument
483 let owner = mods[ownerId];
496 let ownerId = parseInt(evt.target.getAttribute('data-owner-id'), 10);
497 setDirectDepBackgroundColor(modId, ownerId, '#ffff00');
502 let ownerId = parseInt(evt.target.getAttribute('data-owner-id'), 10);
503 setDirectDepBackgroundColor(modId, ownerId, 'transparent');
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
DCalendarQueryService.java166 long ownerId = -1; in queryEvents() local
168 ownerId = contactCursor.getLong(ownerIdIdx); in queryEvents()
172 event.ownerProfilePic = getProfilePicture(contentResolver, context, ownerId); in queryEvents()