Searched refs:ACTION_DELETE_DATA_ITEM (Results 1 – 3 of 3) sorted by relevance
35 public static final String ACTION_DELETE_DATA_ITEM = "delete_data_item"; field in Constants
35 import static com.example.android.wearable.geofencing.Constants.ACTION_DELETE_DATA_ITEM;72 } else if (!ACTION_DELETE_DATA_ITEM.equals(intent.getAction())) { in onHandleIntent()
20 import static com.example.android.wearable.geofencing.Constants.ACTION_DELETE_DATA_ITEM;128 checkInOperation.setAction(ACTION_DELETE_DATA_ITEM), in postNotificationForGeofenceId()