Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DGeofenceTransitionsIntentService.java72 GeofencingEvent geoFenceEvent = GeofencingEvent.fromIntent(intent); in onHandleIntent() local
73 if (geoFenceEvent.hasError()) { in onHandleIntent()
74 int errorCode = geoFenceEvent.getErrorCode(); in onHandleIntent()
78 int transitionType = geoFenceEvent.getGeofenceTransition(); in onHandleIntent()
85 String triggeredGeoFenceId = geoFenceEvent.getTriggeringGeofences().get(0) in onHandleIntent()