Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java35 public class SimpleGeofenceStore { class
45 public SimpleGeofenceStore(Context context) { in SimpleGeofenceStore() method in SimpleGeofenceStore
DMainActivity.java62 private SimpleGeofenceStore mGeofenceStorage;
93 mGeofenceStorage = new SimpleGeofenceStore(this); in onCreate()