Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DMainActivity.java58 private SimpleGeofence mAndroidBuildingGeofence; field in MainActivity
105 mAndroidBuildingGeofence = new SimpleGeofence( in createGeofences()
123 mGeofenceStorage.setGeofence(ANDROID_BUILDING_ID, mAndroidBuildingGeofence); in createGeofences()
125 mGeofenceList.add(mAndroidBuildingGeofence.toGeofence()); in createGeofences()