Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DConstants.java56 public static final String GEOFENCE_DATA_ITEM_PATH = "/geofenceid"; field in Constants
58 new Uri.Builder().scheme("wear").path(GEOFENCE_DATA_ITEM_PATH).build();
DGeofenceTransitionsIntentService.java20 import static com.example.android.wearable.geofencing.Constants.GEOFENCE_DATA_ITEM_PATH;
90 PutDataMapRequest.create(GEOFENCE_DATA_ITEM_PATH); in onHandleIntent()