Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DMainActivity.java123 mGeofenceStorage.setGeofence(ANDROID_BUILDING_ID, mAndroidBuildingGeofence); in createGeofences()
124 mGeofenceStorage.setGeofence(YERBA_BUENA_ID, mYerbaBuenaGeofence); in createGeofences()
DSimpleGeofenceStore.java84 public void setGeofence(String id, SimpleGeofence geofence) { in setGeofence() method in SimpleGeofenceStore