Home
last modified time | relevance | path

Searched refs:isGooglePlayServicesAvailable (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DMainActivity.java78 if (!isGooglePlayServicesAvailable()) { in onCreate()
172 private boolean isGooglePlayServicesAvailable() { in isGooglePlayServicesAvailable() method in MainActivity
173 int resultCode = GooglePlayServicesUtil.isGooglePlayServicesAvailable(this); in isGooglePlayServicesAvailable()