Searched refs:SimpleGeofence (Results 1 – 3 of 3) sorted by relevance
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/ |
D | MainActivity.java | 58 private SimpleGeofence mAndroidBuildingGeofence; 59 private SimpleGeofence mYerbaBuenaGeofence; 105 mAndroidBuildingGeofence = new SimpleGeofence( in createGeofences() 113 mYerbaBuenaGeofence = new SimpleGeofence( in createGeofences()
|
D | SimpleGeofence.java | 24 public class SimpleGeofence { class 42 public SimpleGeofence(String geofenceId, double latitude, double longitude, float radius, in SimpleGeofence() method in SimpleGeofence
|
D | SimpleGeofenceStore.java | 54 public SimpleGeofence getGeofence(String id) { in getGeofence() 74 return new SimpleGeofence(id, lat, lng, radius, expirationDuration, transitionType); in getGeofence() 84 public void setGeofence(String id, SimpleGeofence geofence) { in setGeofence()
|