OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGooglePlayServicesAvailable
(Results
1 - 5
of
5
) sorted by null
/external/robolectric/v3/
shadows-play-services-3.1-SNAPSHOT.jar
/developers/samples/android/common/src/java/com/example/android/common/play/
PlayHelper.java
59
.
isGooglePlayServicesAvailable
(context);
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java
78
if (!
isGooglePlayServicesAvailable
()) {
172
private boolean
isGooglePlayServicesAvailable
() {
173
int resultCode = GooglePlayServicesUtil.
isGooglePlayServicesAvailable
(this);
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java
78
if (!
isGooglePlayServicesAvailable
()) {
172
private boolean
isGooglePlayServicesAvailable
() {
173
int resultCode = GooglePlayServicesUtil.
isGooglePlayServicesAvailable
(this);
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
MainActivity.java
78
if (!
isGooglePlayServicesAvailable
()) {
172
private boolean
isGooglePlayServicesAvailable
() {
173
int resultCode = GooglePlayServicesUtil.
isGooglePlayServicesAvailable
(this);
Completed in 165 milliseconds