Lines Matching full:intents
222 some functionality where explicit intents are used to reference your service (read the blog post, <a
231 invoke the service using implicit intents. By declaring intent filters, components
248 href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a>
312 <li>Creates a default worker thread that executes all intents delivered to {@link
497 intents to deliver. This is the safest option to avoid running your service when not necessary
504 null intent, unless there were pending intents to start the service, in which case,
505 those intents are delivered. This is suitable for media players (or similar services) that are not
511 service. Any pending intents are delivered in turn. This is suitable for services that are