Searched defs:getContactUri (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListAdapter.java203 public Uri getContactUri(int partitionIndex, Cursor cursor) { method in class:JoinContactListAdapter
H A DContactsRequest.java238 public Uri getContactUri() { method in class:ContactsRequest
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListAdapter.java157 public Uri getContactUri(int position) { method in class:ContactListAdapter
160 return item != null ? getContactUri(partitionIndex, item) : null;
163 public Uri getContactUri(int partitionIndex, Cursor cursor) { method in class:ContactListAdapter
346 return getContactUri(i, cursor);
H A DPhoneNumberListAdapter.java510 protected Uri getContactUri(int partitionIndex, Cursor cursor, method in class:PhoneNumberListAdapter
515 return super.getContactUri(partitionIndex, cursor, contactIdColumn, lookUpKeyColumn);
H A DContactEntryListAdapter.java657 getContactUri(partitionIndex, cursor, contactIdColumn, lookUpKeyColumn));
674 protected Uri getContactUri(int partitionIndex, Cursor cursor, method in class:ContactEntryListAdapter
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactsListFragment.java133 public Uri getContactUri(int position) { method in class:ContactsListFragment
152 mController.onContactSelected(getContactUri(position));

Completed in 145 milliseconds