Lines Matching refs:started
13 <li>A bound service is destroyed once all clients unbind, unless the service was also started</li>
75 document, you can create a service that is both started and bound. That is, the service can be
76 started by calling {@link android.content.Context#startService startService()}, which allows the
79 <p>If you do allow your service to be started and bound, then when the service has been
80 started, the system does <em>not</em> destroy the service when all clients unbind. Instead, you must
93 started service.</p>
113 service was also started by {@link android.content.Context#startService startService()}).</p>
644 started with {@link android.app.Service#onStartCommand onStartCommand()}). As such, you don't have
650 service is now considered to be <em>started</em>. In this case, the service runs until the service
655 <p>Additionally, if your service is started and accepts binding, then when the system calls
666 <p class="img-caption"><strong>Figure 1.</strong> The lifecycle for a service that is started
670 <p>For more information about the lifecycle of a started service, see the <a