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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListFragment.java49 private long mTargetContactId; field in class:JoinContactListFragment
59 ContentUris.withAppendedId(Contacts.CONTENT_URI, mTargetContactId),
139 mTargetContactId = targetContactId;
153 adapter.setTargetContactId(mTargetContactId);
176 outState.putLong(KEY_TARGET_CONTACT_ID, mTargetContactId);
183 mTargetContactId = savedState.getLong(KEY_TARGET_CONTACT_ID);
H A DJoinContactListAdapter.java47 private long mTargetContactId; field in class:JoinContactListAdapter
67 this.mTargetContactId = targetContactId;
75 builder.appendEncodedPath(String.valueOf(mTargetContactId));
104 loader.setSelectionArgs(new String[]{ String.valueOf(mTargetContactId) });

Completed in 72 milliseconds