Searched refs:KEY_TARGET_CONTACT_ID (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"; field in class:JoinContactListFragment
167 outState.putLong(KEY_TARGET_CONTACT_ID, mTargetContactId);
174 mTargetContactId = savedState.getLong(KEY_TARGET_CONTACT_ID);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DJoinContactActivity.java68 private static final String KEY_TARGET_CONTACT_ID = "targetContactId"; field in class:JoinContactActivity
218 outState.putLong(KEY_TARGET_CONTACT_ID, mTargetContactId);
224 mTargetContactId = savedInstanceState.getLong(KEY_TARGET_CONTACT_ID);

Completed in 44 milliseconds