Searched refs:mContactIdForJoin (Results 1 – 1 of 1) sorted by relevance
381 protected long mContactIdForJoin; field in ContactEditorFragment526 mContactIdForJoin = savedState.getLong(KEY_CONTACT_ID_FOR_JOIN); in onCreate()651 outState.putLong(KEY_CONTACT_ID_FOR_JOIN, mContactIdForJoin); in onSaveInstanceState()1555 mContactIdForJoin = ContentUris.parseId(contactLookupUri); in showJoinAggregateActivity()1558 intent.putExtra(UiIntentActions.TARGET_CONTACT_ID_EXTRA_KEY, mContactIdForJoin); in showJoinAggregateActivity()1718 mContext, mContactIdForJoin, contactId, ContactEditorActivity.class, in joinAggregate()