Searched refs:EpgDataCleanupService (Results 1 – 3 of 3) sorted by relevance
46 public class EpgDataCleanupServiceTests extends ServiceTestCase<EpgDataCleanupService> {53 super(EpgDataCleanupService.class); in EpgDataCleanupServiceTests()79 startService(new Intent(getContext(), EpgDataCleanupService.class)); in setUp()
34 public class EpgDataCleanupService extends IntentService { class41 public EpgDataCleanupService() { in EpgDataCleanupService() method in EpgDataCleanupService
1148 Intent intent = new Intent(EpgDataCleanupService.ACTION_CLEAN_UP_EPG_DATA); in scheduleEpgDataCleanup()1149 intent.setClass(getContext(), EpgDataCleanupService.class); in scheduleEpgDataCleanup()