Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DJoinContactListFragment.java140 public void setTargetContactId(long targetContactId) { in setTargetContactId() argument
141 mTargetContactId = targetContactId; in setTargetContactId()
DJoinContactListAdapter.java63 public void setTargetContactId(long targetContactId) { in setTargetContactId() argument
64 this.mTargetContactId = targetContactId; in setTargetContactId()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java659 final long targetContactId = intent.getLongExtra( in getTargetContactId() local
661 if (targetContactId == -1) { in getTargetContactId()
668 return targetContactId; in getTargetContactId()