Lines Matching full:services
22 <li><a href="{@docRoot}guide/components/services.html">Services</a></li>
37 To test a location-aware app that uses Location Services, you don't need to move your device
38 from place to place to generate location data. Instead, you can put Location Services into mock
40 Location Services, which then sends them to location clients. In mock mode, Location Services
52 Since mock locations come from Location Services, they test every part of your
69 send mock locations to Location Services.
73 by Location Services. To learn more about activity recognition, see the lesson
81 To send mock locations to Location Services in mock mode, a test app must request the permission
88 To turn on mock mode in Location Services, start by connecting a location client to Location
89 Services, as described in the lesson
93 Once you call this method, Location Services turns off its internal location providers and only
101 // Connect to Location Services
108 Once you have connected the location client to Location Services, you must keep it connected
111 Location Services returns to using its internal location providers. To turn off mock mode while
118 send them to Location Services. In turn, Location Services sends these mock
119 {@link android.location.Location} objects to connected location clients. Location Services also
125 value to {@code flp}, which is the code that Location Services puts into the
152 In mock mode, to send a mock location to Location Services call the method
160 Location Services sets this mock location as the current location, and this location is sent
162 Location Services triggers the geofence.
175 {@link android.location.Location} objects to Location Services from a background thread running
192 Services. This interval allows you to switch from the provider app to the app under test
200 Location Services. See the section <a href="#TestingTips">Testing Tips</a> to learn more
256 Install the mock location provider app on a device that has Google Play services installed.
257 Location Services is part of Google Play services.
270 Services.
291 Each location provider that contributes to the fused location sent out by Location Services has