Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DConstants.java57 public static final Uri GEOFENCE_DATA_ITEM_URI = field in Constants
DGeofenceTransitionsIntentService.java21 import static com.example.android.wearable.geofencing.Constants.GEOFENCE_DATA_ITEM_URI;
106 Wearable.DataApi.deleteDataItems(mGoogleApiClient, GEOFENCE_DATA_ITEM_URI).await(); in onHandleIntent()