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 48 private long mTargetContactId;
58 ContentUris.withAppendedId(Contacts.CONTENT_URI, mTargetContactId),
141 mTargetContactId = targetContactId;
155 adapter.setTargetContactId(mTargetContactId);
178 outState.putLong(KEY_TARGET_CONTACT_ID, mTargetContactId);
185 mTargetContactId = savedState.getLong(KEY_TARGET_CONTACT_ID);
JoinContactListAdapter.java 44 private long mTargetContactId;
64 this.mTargetContactId = targetContactId;
72 builder.appendEncodedPath(String.valueOf(mTargetContactId));
101 loader.setSelectionArgs(new String[]{ String.valueOf(mTargetContactId) });

Completed in 133 milliseconds