Searched defs:EpgFetcher (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/epg/
H A DEpgFetcher.java74 public class EpgFetcher { class
75 private static final String TAG = "EpgFetcher";
104 private static EpgFetcher sInstance;
123 public static EpgFetcher getInstance(Context context) {
125 sInstance = new EpgFetcher(context);
135 private EpgFetcher(Context context) { method in class:EpgFetcher
186 // Do not run EpgFetcher in test.
464 private EpgFetcher mEpgFetcher;
470 mEpgFetcher = EpgFetcher.getInstance(this);

Completed in 55 milliseconds