Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DMainActivity.java66 private PendingIntent mGeofenceRequestIntent; field in MainActivity
153 mGeofenceRequestIntent = getGeofenceTransitionPendingIntent(); in onConnected()
155 mGeofenceRequestIntent); in onConnected()
162 if (null != mGeofenceRequestIntent) { in onConnectionSuspended()
163 LocationServices.GeofencingApi.removeGeofences(mApiClient, mGeofenceRequestIntent); in onConnectionSuspended()