Searched refs:mGeofenceList (Results 1 – 1 of 1) sorted by relevance
55 List<Geofence> mGeofenceList; field in MainActivity95 mGeofenceList = new ArrayList<Geofence>(); in onCreate()125 mGeofenceList.add(mAndroidBuildingGeofence.toGeofence()); in createGeofences()126 mGeofenceList.add(mYerbaBuenaGeofence.toGeofence()); in createGeofences()154 LocationServices.GeofencingApi.addGeofences(mApiClient, mGeofenceList, in onConnected()