Home | History | Annotate | Download | only in location

Lines Matching full:service

176     in a started {@link android.app.Service}. By using a started service, the provider app is able
178 a configuration change or other system event. By using a background thread, the service is able
183 send test parameters to the {@link android.app.Service} and control the type of test you want.
208 normal mode, and then kill the {@link android.app.Service}.
215 background thread and the started {@link android.app.Service} continue to run, even if the
223 started {@link android.app.Service} switches from mock mode to normal mode and then
245 While the started {@link android.app.Service} is running, it also posts notifications with the
278 locations by clicking <b>Stop test</b>. This forces the started {@link android.app.Service}
279 to turn off mock mode and then stop itself. When the service stops itself, the background