HomeSort by relevance Sort by last modified time
    Searched refs:tvSingletons (Results 1 - 18 of 18) sorted by null

  /packages/apps/TV/src/com/android/tv/data/epg/
EpgFetchService.java 22 import com.android.tv.TvSingletons;
34 TvSingletons tvSingletons = TvSingletons.getSingletons(getApplicationContext());
35 mEpgFetcher = tvSingletons.getEpgFetcher();
36 mChannelDataManager = tvSingletons.getChannelDataManager();
EpgFetcherImpl.java 42 import com.android.tv.TvSingletons;
134 TvSingletons tvSingletons = TvSingletons.getSingletons(context);
135 ChannelDataManager channelDataManager = tvSingletons.getChannelDataManager();
136 PerformanceMonitor performanceMonitor = tvSingletons.getPerformanceMonitor();
137 EpgReader epgReader = tvSingletons.providesEpgReader().get();
138 Clock clock = tvSingletons.getClock();
139 long routineIntervalMs = ROUTINE_INTERVAL_HOUR.get(tvSingletons.getRemoteConfig());
355 TvSingletons.getSingletons(mContext
    [all...]
  /packages/apps/TV/src/com/android/tv/receiver/
AudioCapabilitiesReceiver.java 27 import com.android.tv.TvSingletons;
63 TvSingletons tvSingletons = TvSingletons.getSingletons(context);
64 mAnalytics = tvSingletons.getAnalytics();
65 mTracker = tvSingletons.getTracker();
  /packages/apps/TV/src/com/android/tv/recommendation/
RecordedProgramPreviewUpdater.java 24 import com.android.tv.TvSingletons;
60 TvSingletons tvSingletons = TvSingletons.getSingletons(mContext);
61 mPreviewDataManager = tvSingletons.getPreviewDataManager();
62 mDvrDataManager = tvSingletons.getDvrDataManager();
NotificationService.java 46 import com.android.tv.TvSingletons;
150 TvSingletons tvSingletons = TvSingletons.getSingletons(this);
151 mTvInputManagerHelper = tvSingletons.getTvInputManagerHelper();
158 tvSingletons.getChannelDataManager();
159 tvSingletons.getProgramDataManager();
160 tvSingletons.getMainActivityWrapper().addOnCurrentChannelChangeListener(this);
219 TvSingletons.getSingletons(this)
  /packages/apps/TV/src/com/android/tv/dvr/recorder/
ConflictChecker.java 33 import com.android.tv.TvSingletons;
136 TvSingletons tvSingletons = TvSingletons.getSingletons(mainActivity);
137 mChannelDataManager = tvSingletons.getChannelDataManager();
138 mScheduleManager = tvSingletons.getDvrScheduleManager();
139 mSessionManager = tvSingletons.getInputSessionManager();
SeriesRecordingScheduler.java 30 import com.android.tv.TvSingletons;
210 TvSingletons tvSingletons = TvSingletons.getSingletons(context);
211 mDvrManager = tvSingletons.getDvrManager();
212 mDataManager = (WritableDvrDataManager) tvSingletons.getDvrDataManager();
268 TvSingletons.getSingletons(mContext).providesEpgReader());
  /packages/apps/TV/src/com/android/tv/
SetupPassthroughActivity.java 64 TvSingletons tvSingletons = TvSingletons.getSingletons(this);
65 TvInputManagerHelper inputManager = tvSingletons.getTvInputManagerHelper();
69 mEpgInputWhiteList = new EpgInputWhiteList(tvSingletons.getRemoteConfig());
122 TvSingletons.getSingletons(this).getEpgFetcher().onChannelScanStarted();
138 EpgFetcher epgFetcher = TvSingletons.getSingletons(this).getEpgFetcher();
147 TvSingletons.getSingletons(this)
210 mChannelDataManager = TvSingletons.getSingletons(context).getChannelDataManager();
238 TvSingletons.getSingletons(mContext).getEpgFetcher().onChannelScanFinished()
    [all...]
MainActivity.java 419 TvSingletons.getSingletons(MainActivity.this)
441 TvSingletons tvSingletons = TvSingletons.getSingletons(this);
442 mPerformanceMonitor = tvSingletons.getPerformanceMonitor();
457 if (!tvSingletons.getTvInputManagerHelper().hasTvInputManager()) {
462 mPerformanceMonitor = tvSingletons.getPerformanceMonitor();
463 mSetupUtils = tvSingletons.getSetupUtils();
531 mTunerInputId = tvSingletons.getEmbeddedTunerInputId();
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
ChannelsRowAdapter.java 24 import com.android.tv.TvSingletons;
104 TvSingletons tvSingletons = TvSingletons.getSingletons(context);
105 mTracker = tvSingletons.getTracker();
107 mDvrDataManager = tvSingletons.getDvrDataManager();
233 TvSingletons singletons = TvSingletons.getSingletons(mContext);
240 TvSingletons.getSingletons(mContext).getTvInputManagerHelper();
253 TvSingletons.getSingletons(mContext).getTvInputManagerHelper()
    [all...]
  /packages/apps/TV/src/com/android/tv/search/
DataManagerSearch.java 29 import com.android.tv.TvSingletons;
62 TvSingletons tvSingletons = TvSingletons.getSingletons(context);
63 mChannelDataManager = tvSingletons.getChannelDataManager();
64 mProgramDataManager = tvSingletons.getProgramDataManager();
  /packages/apps/TV/src/com/android/tv/ui/
SelectInputView.java 36 import com.android.tv.TvSingletons;
146 TvSingletons tvSingletons = TvSingletons.getSingletons(context);
147 mTracker = tvSingletons.getTracker();
148 mTvInputManagerHelper = tvSingletons.getTvInputManagerHelper();
TunableTvView.java 64 import com.android.tv.TvSingletons;
462 TvSingletons tvSingletons = TvSingletons.getSingletons(context);
464 mInputSessionManager = tvSingletons.getInputSessionManager();
468 mInputManager = tvSingletons.getTvInputManagerHelper();
472 mTracker = tvSingletons.getTracker();
    [all...]
  /packages/apps/TV/src/com/android/tv/util/
SetupUtils.java 35 import com.android.tv.TvSingletons;
101 TvSingletons.getSingletons(mContext).getChannelDataManager();
124 TvSingletons tvSingletons = TvSingletons.getSingletons(context);
125 final ChannelDataManager manager = tvSingletons.getChannelDataManager();
161 TvSingletons singletons = TvSingletons.getSingletons(mContext);
Utils.java 44 import com.android.tv.TvSingletons;
682 TvSingletons.getSingletons(context).getTvInputManagerHelper();
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/
DvrManager.java 39 import com.android.tv.TvSingletons;
83 TvSingletons tvSingletons = TvSingletons.getSingletons(context);
84 mDbExecutor = tvSingletons.getDbExecutor();
85 mDataManager = (WritableDvrDataManager) tvSingletons.getDvrDataManager();
86 mScheduleManager = tvSingletons.getDvrScheduleManager();
672 TvSingletons.getSingletons(mAppContext)
689 TvSingletons.getSingletons(mAppContext)
    [all...]
DvrDataManagerImpl.java 41 import com.android.tv.TvSingletons;
175 TvSingletons tvSingletons = TvSingletons.getSingletons(context);
176 mInputManager = tvSingletons.getTvInputManagerHelper();
177 mStorageStatusManager = tvSingletons.getRecordingStorageStatusManager();
178 mDbExecutor = tvSingletons.getDbExecutor();
    [all...]
DvrScheduleManager.java 28 import com.android.tv.TvSingletons;
97 TvSingletons tvSingletons = TvSingletons.getSingletons(context);
98 mDataManager = (DvrDataManagerImpl) tvSingletons.getDvrDataManager();
99 mChannelDataManager = tvSingletons.getChannelDataManager();
    [all...]

Completed in 503 milliseconds