Searched refs:mTargetContactId (Results 1 – 2 of 2) sorted by relevance
48 private long mTargetContactId; field in JoinContactListFragment58 ContentUris.withAppendedId(Contacts.CONTENT_URI, mTargetContactId),141 mTargetContactId = targetContactId; in setTargetContactId()155 adapter.setTargetContactId(mTargetContactId); in configureAdapter()178 outState.putLong(KEY_TARGET_CONTACT_ID, mTargetContactId); in onSaveInstanceState()185 mTargetContactId = savedState.getLong(KEY_TARGET_CONTACT_ID); in restoreSavedState()
44 private long mTargetContactId; field in JoinContactListAdapter64 this.mTargetContactId = targetContactId; in setTargetContactId()72 builder.appendEncodedPath(String.valueOf(mTargetContactId)); in configureLoader()101 loader.setSelectionArgs(new String[]{ String.valueOf(mTargetContactId) }); in configureLoader()