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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListAdapter.java63 public void setTargetContactId(long targetContactId) { argument
64 this.mTargetContactId = targetContactId;
H A DJoinContactListFragment.java45 private static final String KEY_TARGET_CONTACT_ID = "targetContactId";
140 public void setTargetContactId(long targetContactId) { argument
141 mTargetContactId = targetContactId;
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java659 final long targetContactId = intent.getLongExtra(
661 if (targetContactId == -1) {
668 return targetContactId;

Completed in 235 milliseconds