Searched refs:GEOFENCE_DATA_ITEM_URI (Results 1 – 2 of 2) sorted by relevance
57 public static final Uri GEOFENCE_DATA_ITEM_URI = field in Constants
21 import static com.example.android.wearable.geofencing.Constants.GEOFENCE_DATA_ITEM_URI;106 Wearable.DataApi.deleteDataItems(mGoogleApiClient, GEOFENCE_DATA_ITEM_URI).await(); in onHandleIntent()