Home | History | Annotate | Download | only in com.example.android.wearable.geofencing

Lines Matching refs:dataItem

43 import com.google.android.gms.wearable.DataItem;
49 * Listens to DataItem events on the wearable device.
85 * Deletes the check-in notification when the DataItem is deleted.
86 * @param dataItem Used only for logging in this sample, but could be used to identify which
89 private void cancelNotificationForDataItem(DataItem dataItem) {
91 Log.v(TAG, "onDataItemDeleted:DataItem=" + dataItem.getUri());
99 * @param dataItemUri The Uri for the DataItem that triggered this notification. Used to delete
100 * this DataItem when the notification is dismissed.