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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListFragment.java44 private static final String KEY_TARGET_CONTACT_ID = "targetContactId";
131 public void setTargetContactId(long targetContactId) { argument
132 mTargetContactId = targetContactId;
H A DJoinContactListAdapter.java62 public void setTargetContactId(long targetContactId) { argument
63 this.mTargetContactId = targetContactId;

Completed in 338 milliseconds