Searched refs:buildSectionIndexerUri (Results 1 – 3 of 3) sorted by relevance
91 allContactsUri = buildSectionIndexerUri(Contacts.CONTENT_FILTER_URI).buildUpon() in configureLoader()97 allContactsUri = buildSectionIndexerUri(Contacts.CONTENT_URI).buildUpon() in configureLoader()
110 uri = ContactListAdapter.buildSectionIndexerUri(uri); in configureUri()
143 protected static Uri buildSectionIndexerUri(Uri uri) { in buildSectionIndexerUri() method in ContactListAdapter