Home
last modified time | relevance | path

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

/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
DDeleteService.java39 public class DeleteService extends IntentService implements GoogleApiClient.ConnectionCallbacks, class
47 public DeleteService() { in DeleteService() method in DeleteService
48 super(DeleteService.class.getSimpleName()); in DeleteService()
DHomeListenerService.java124 Intent deleteOperation = new Intent(this, DeleteService.class); in updateNotificationForDataItem()