Lines Matching refs:even
8 <li>A service can run in the background to perform work even while the user is in a different
69 application component can start a service and it will continue to run in the background even if the
71 interact with it and even perform interprocess communication (IPC). For example, a service might
81 can run in the background indefinitely, even if the component that started it is destroyed. Usually,
88 interface that allows components to interact with the service, send requests, get results, and even
101 can use the service (even from a separate application), in the same way that any component can use
121 <p>A service is simply a component that can run in the background even when the user is not
251 attribute and set it to {@code "false"}. This is effective even if your service supplies intent
280 component that started it and the service can run in the background indefinitely, even if
723 <p>The lifecycle of a service is much simpler than that of an activity. However, it's even more imp…
837 ends (the service is still active even after {@link android.app.Service#onStartCommand