Home
last modified time | relevance | path

Searched refs:ACTION_DELETE_DATA_ITEM (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
DConstants.java35 public static final String ACTION_DELETE_DATA_ITEM = "delete_data_item"; field in Constants
DCheckInAndDeleteDataItemsService.java35 import static com.example.android.wearable.geofencing.Constants.ACTION_DELETE_DATA_ITEM;
72 } else if (!ACTION_DELETE_DATA_ITEM.equals(intent.getAction())) { in onHandleIntent()
DHomeListenerService.java20 import static com.example.android.wearable.geofencing.Constants.ACTION_DELETE_DATA_ITEM;
128 checkInOperation.setAction(ACTION_DELETE_DATA_ITEM), in postNotificationForGeofenceId()