Searched refs:EpgFetcherImpl (Results 1 – 2 of 2) sorted by relevance
83 public class EpgFetcherImpl implements EpgFetcher { class144 return new EpgFetcherImpl( in create()156 EpgFetcherImpl( in EpgFetcherImpl() method in EpgFetcherImpl888 new Handler(Looper.getMainLooper()).post(EpgFetcherImpl.this::fetchImmediately); in onFinishFetchDuringScan()
49 import com.android.tv.data.epg.EpgFetcherImpl;154 mEpgFetcher = EpgFetcherImpl.create(this); in onCreate()