Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/provider/
DTouristAttractions.java113 List<Geofence> geofenceList = new ArrayList<Geofence>(); in getGeofenceList() local
116 geofenceList.add(new Geofence.Builder() in getGeofenceList()
123 return geofenceList; in getGeofenceList()