Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/geofencing/
DMainActivity.java67 private PendingIntent mGeofenceRequestIntent; field in MainActivity
190 mGeofenceRequestIntent = getGeofenceTransitionPendingIntent(); in onConnected()
192 mLocationClient.addGeofences(mGeofenceList, mGeofenceRequestIntent, this); in onConnected()