Searched refs:person_id (Results 1 – 4 of 4) sorted by relevance
124 String person_id = cursor.getString(RecipientsAdapter.CONTACT_ID_INDEX); in convertToString() local125 out.setSpan(new Annotation("person_id", person_id), 0, len, in convertToString()
179 mCurrentCallerInfo.person_id); in getPhotoUri()
381 long person_id = cursor.getLong( in onQueryComplete() local385 + ". id : " + person_id); in onQueryComplete()387 personUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, person_id); in onQueryComplete()
1288 personUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, info.person_id); in updateDisplayForPerson()1290 + "', based on info.person_id: " + info.person_id); in updateDisplayForPerson()