Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
DConstants.java32 public static final String YERBA_BUENA_ID = "2"; field in Constants
DHomeListenerService.java25 import static com.example.android.wearable.geofencing.Constants.YERBA_BUENA_ID;
111 } else if (YERBA_BUENA_ID.equals(geofenceId)) { in postNotificationForGeofenceId()
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DMainActivity.java26 import static com.example.android.wearable.geofencing.Constants.YERBA_BUENA_ID;
114 YERBA_BUENA_ID, // geofenceId. in createGeofences()
124 mGeofenceStorage.setGeofence(YERBA_BUENA_ID, mYerbaBuenaGeofence); in createGeofences()
DConstants.java47 public static final String YERBA_BUENA_ID = "2"; field in Constants