Searched refs:DeleteService (Results 1 – 2 of 2) sorted by relevance
39 public class DeleteService extends IntentService implements GoogleApiClient.ConnectionCallbacks, class47 public DeleteService() { in DeleteService() method in DeleteService48 super(DeleteService.class.getSimpleName()); in DeleteService()
124 Intent deleteOperation = new Intent(this, DeleteService.class); in updateNotificationForDataItem()