Home
last modified time | relevance | path

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

/development/samples/BusinessCard/src/com/example/android/businesscard/
DContactAccessorSdk5.java60 long contactId = -1; in loadContact() local
67 contactId = cursor.getLong(0); in loadContact()
77 Phone.CONTACT_ID + "=" + contactId, null, Phone.IS_SUPER_PRIMARY + " DESC"); in loadContact()
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Ddashboard.py45 def send_form(self, title, action, contactId, handle, content_obj): argument
46 if (contactId >= 0):
55 'contactId': contactId,
57 'has_contactId': (contactId >= 0),
/development/samples/ApiDemos/src/com/example/android/apis/app/
DQuickContactsDemo.java82 final long contactId = cursor.getLong(SUMMARY_ID_COLUMN_INDEX); in bindView() local
84 cache.photoView.assignContactUri(Contacts.getLookupUri(contactId, lookupKey)); in bindView()
/development/samples/browseable/AgendaData/Application/src/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()