Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetchService.java30 public class EpgFetchService extends JobService { class
50 EpgFetchService.this, params)) { in onStartJob()
DEpgFetcherImpl.java221 new ComponentName(mContext, EpgFetchService.class)) in startRoutineService()
/packages/apps/TV/src/com/android/tv/modules/
DTvApplicationModule.java29 import com.android.tv.data.epg.EpgFetchService;
144 abstract EpgFetchService contributesEpgFetchService(); in contributesEpgFetchService()