Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DMainActivity.java55 List<Geofence> mGeofenceList; field in MainActivity
95 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()