Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DMainActivity.java62 private SimpleGeofenceStore mGeofenceStorage; field in MainActivity
93 mGeofenceStorage = new SimpleGeofenceStore(this); in onCreate()
123 mGeofenceStorage.setGeofence(ANDROID_BUILDING_ID, mAndroidBuildingGeofence); in createGeofences()
124 mGeofenceStorage.setGeofence(YERBA_BUENA_ID, mYerbaBuenaGeofence); in createGeofences()