HomeSort by relevance Sort by last modified time
    Searched refs:mTargetContactId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListFragment.java 49 private long mTargetContactId;
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);
JoinContactListAdapter.java 47 private long mTargetContactId;
67 this.mTargetContactId = targetContactId;
75 builder.appendEncodedPath(String.valueOf(mTargetContactId));
104 loader.setSelectionArgs(new String[]{ String.valueOf(mTargetContactId) });

Completed in 165 milliseconds