Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/ui/
DRecipientsAdapter.java124 String person_id = cursor.getString(RecipientsAdapter.CONTACT_ID_INDEX); in convertToString() local
125 out.setSpan(new Annotation("person_id", person_id), 0, len, in convertToString()
/packages/apps/Phone/src/com/android/phone/
DContactsAsyncHelper.java179 mCurrentCallerInfo.person_id); in getPhotoUri()
DNotificationMgr.java381 long person_id = cursor.getLong( in onQueryComplete() local
385 + ". id : " + person_id); in onQueryComplete()
387 personUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, person_id); in onQueryComplete()
DCallCard.java1288 personUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, info.person_id); in updateDisplayForPerson()
1290 + "', based on info.person_id: " + info.person_id); in updateDisplayForPerson()