Searched refs:GEOFENCE_DATA_ITEM_PATH (Results 1 – 2 of 2) sorted by relevance
56 public static final String GEOFENCE_DATA_ITEM_PATH = "/geofenceid"; field in Constants58 new Uri.Builder().scheme("wear").path(GEOFENCE_DATA_ITEM_PATH).build();
20 import static com.example.android.wearable.geofencing.Constants.GEOFENCE_DATA_ITEM_PATH;90 PutDataMapRequest.create(GEOFENCE_DATA_ITEM_PATH); in onHandleIntent()