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

  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 236 // Initialize the loader, and create a loader identified by ContactsQuery.QUERY_ID
237 getLoaderManager().initLoader(ContactsQuery.QUERY_ID, null, this);
277 cursor.getLong(ContactsQuery.ID),
278 cursor.getString(ContactsQuery.LOOKUP_KEY));
372 ContactsQuery.QUERY_ID, null, ContactsListFragment.this);
395 ContactsQuery.QUERY_ID, null, ContactsListFragment.this);
456 if (id == ContactsQuery.QUERY_ID) {
466 contentUri = ContactsQuery.CONTENT_URI;
471 Uri.withAppendedPath(ContactsQuery.FILTER_URI, Uri.encode(mSearchTerm));
477 // the ContactsQuery interface
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/blocking/
FilteredNumbersUtil.java 86 ContactsQuery.PROJECTION,
87 ContactsQuery.SELECT_SEND_TO_VOICEMAIL_TRUE,
169 ContactsQuery.SELECT_SEND_TO_VOICEMAIL_TRUE,
327 private static class ContactsQuery {

Completed in 183 milliseconds