Home
last modified time | relevance | path

Searched refs:mTargetContactId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DJoinContactListFragment.java48 private long mTargetContactId; field in JoinContactListFragment
58 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()
DJoinContactListAdapter.java44 private long mTargetContactId; field in JoinContactListAdapter
64 this.mTargetContactId = targetContactId; in setTargetContactId()
72 builder.appendEncodedPath(String.valueOf(mTargetContactId)); in configureLoader()
101 loader.setSelectionArgs(new String[]{ String.valueOf(mTargetContactId) }); in configureLoader()