Home
last modified time | relevance | path

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

/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListFragment.java237 getLoaderManager().initLoader(ContactsQuery.QUERY_ID, null, this); in onActivityCreated()
277 cursor.getLong(ContactsQuery.ID), in onItemClick()
278 cursor.getString(ContactsQuery.LOOKUP_KEY)); in onItemClick()
372 ContactsQuery.QUERY_ID, null, ContactsListFragment.this); in onCreateOptionsMenu()
395 ContactsQuery.QUERY_ID, null, ContactsListFragment.this); in onCreateOptionsMenu()
456 if (id == ContactsQuery.QUERY_ID) { in onCreateLoader()
466 contentUri = ContactsQuery.CONTENT_URI; in onCreateLoader()
471 Uri.withAppendedPath(ContactsQuery.FILTER_URI, Uri.encode(mSearchTerm)); in onCreateLoader()
480 ContactsQuery.PROJECTION, in onCreateLoader()
481 ContactsQuery.SELECTION, in onCreateLoader()
[all …]