HomeSort by relevance Sort by last modified time
    Searched defs:setGeofence (Results 1 - 6 of 6) sorted by null

  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java 84 public void setGeofence(String id, SimpleGeofence geofence) {
MainActivity.java 123 mGeofenceStorage.setGeofence(ANDROID_BUILDING_ID, mAndroidBuildingGeofence);
124 mGeofenceStorage.setGeofence(YERBA_BUENA_ID, mYerbaBuenaGeofence);
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java 84 public void setGeofence(String id, SimpleGeofence geofence) {
MainActivity.java 123 mGeofenceStorage.setGeofence(ANDROID_BUILDING_ID, mAndroidBuildingGeofence);
124 mGeofenceStorage.setGeofence(YERBA_BUENA_ID, mYerbaBuenaGeofence);
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofenceStore.java 84 public void setGeofence(String id, SimpleGeofence geofence) {
MainActivity.java 123 mGeofenceStorage.setGeofence(ANDROID_BUILDING_ID, mAndroidBuildingGeofence);
124 mGeofenceStorage.setGeofence(YERBA_BUENA_ID, mYerbaBuenaGeofence);

Completed in 768 milliseconds