Home | History | Annotate | Download | only in location

Lines Matching full:play

20         <a href="{@docRoot}google/play-services/setup.html">Setup Google Play Services SDK</a>
62 <!-- Check for Google Play services -->
63 <h3>Check for Google Play Services</h3>
65 Location Services is part of the Google Play services APK. Since it's hard to anticipate the
75 user to correct the problem, in which case Google Play services may send a result back to your
90 Since you usually need to check for Google Play services in more than one place in your code,
93 Play services:
100 * Define a request code to send to Google Play services
132 * by Google Play services
160 // Check that Google Play services is available
164 // If Google Play services is available
168 "Google Play services is available.");
171 // Google Play services was not available for some reason
175 // Get the error dialog from Google Play services
181 // If Google Play services can provide an error dialog
199 Snippets in the following sections call this method to verify that Google Play services is
726 * Test for Google Play services after setting the request type.
727 * If Google Play services isn't present, the proper request
887 handle the check for Google Play services. It can also re-use the override you defined
889 receives any Google Play services results that occur when the user interacts with the
904 * If the error has a resolution, start a Google Play services
920 // Get the error dialog from Google Play services
925 // If Google Play services can provide an error dialog
1117 * Test for Google Play services after setting the request type.
1118 * If Google Play services isn't present, the request can be
1285 // If Google Play services is unavailable, exit
1289 * Test for Google Play services after setting the request type.
1290 * If Google Play services isn't present, the request can be