Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java465 final long selfContactId = selfCursor.getLong(ContactUtil.INDEX_CONTACT_ID); in refreshFromSelfProfile() local
466 participantData.setContactId(selfContactId); in refreshFromSelfProfile()
470 ContactUtil.lookupFirstName(db.getContext(), selfContactId)); in refreshFromSelfProfile() local