OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGooglePlayServicesAvailable
(Results
1 - 4
of
4
) sorted by null
/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
()) {
176
private boolean
isGooglePlayServicesAvailable
() {
177
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
()) {
176
private boolean
isGooglePlayServicesAvailable
() {
177
int resultCode = GooglePlayServicesUtil.
isGooglePlayServicesAvailable
(this);
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
MainActivity.java
78
if (!
isGooglePlayServicesAvailable
()) {
176
private boolean
isGooglePlayServicesAvailable
() {
177
int resultCode = GooglePlayServicesUtil.
isGooglePlayServicesAvailable
(this);
Completed in 49 milliseconds