Home | History | Annotate | Download | only in docs

Lines Matching full:communicate

494 The primary interface that applications use to communicate with the download manager is exposed as a ContentProvider.
742 The download manager is built primarily around a ContentProvider and a Service. The ContentProvider part is the front end, i.e. applications communicate with the download manager through the provider. The Service part is the back end, which contains the actual download logic, running as a background process.