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

  /packages/apps/TV/src/com/android/tv/receiver/
AudioCapabilitiesReceiver.java 66 ApplicationSingletons appSingletons = TvApplication.getSingletons(context);
67 mAnalytics = appSingletons.getAnalytics();
68 mTracker = appSingletons.getTracker();
  /packages/apps/TV/src/com/android/tv/dvr/recorder/
ConflictChecker.java 121 ApplicationSingletons appSingletons = TvApplication.getSingletons(mainActivity);
122 mChannelDataManager = appSingletons.getChannelDataManager();
123 mScheduleManager = appSingletons.getDvrScheduleManager();
124 mSessionManager = appSingletons.getInputSessionManager();
SeriesRecordingScheduler.java 208 ApplicationSingletons appSingletons = TvApplication.getSingletons(context);
209 mDvrManager = appSingletons.getDvrManager();
210 mDataManager = (WritableDvrDataManager) appSingletons.getDvrDataManager();
  /packages/apps/TV/src/com/android/tv/menu/
ChannelsRowAdapter.java 103 ApplicationSingletons appSingletons = TvApplication.getSingletons(context);
104 mTracker = appSingletons.getTracker();
106 mDvrDataManager = appSingletons.getDvrDataManager();
  /packages/apps/TV/src/com/android/tv/search/
DataManagerSearch.java 65 ApplicationSingletons appSingletons = TvApplication.getSingletons(context);
66 mChannelDataManager = appSingletons.getChannelDataManager();
67 mProgramDataManager = appSingletons.getProgramDataManager();
  /packages/apps/TV/src/com/android/tv/
SetupPassthroughActivity.java 63 ApplicationSingletons appSingletons = TvApplication.getSingletons(this);
64 TvInputManagerHelper inputManager = appSingletons.getTvInputManagerHelper();
  /packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java 153 ApplicationSingletons appSingletons = TvApplication.getSingletons(this);
154 mTvInputManagerHelper = appSingletons.getTvInputManagerHelper();
161 appSingletons.getChannelDataManager();
162 appSingletons.getProgramDataManager();
163 appSingletons.getMainActivityWrapper().addOnCurrentChannelChangeListener(this);
  /packages/apps/TV/src/com/android/tv/ui/
SelectInputView.java 147 ApplicationSingletons appSingletons = TvApplication.getSingletons(context);
148 mTracker = appSingletons.getTracker();
149 mTvInputManagerHelper = appSingletons.getTvInputManagerHelper();
TunableTvView.java 426 ApplicationSingletons appSingletons = TvApplication.getSingletons(context);
428 mInputSessionManager = appSingletons.getInputSessionManager();
432 mInputManager = appSingletons.getTvInputManagerHelper();
436 mTracker = appSingletons.getTracker();
    [all...]
  /packages/apps/TV/src/com/android/tv/util/
SetupUtils.java 131 ApplicationSingletons appSingletons = TvApplication.getSingletons(context);
132 final ChannelDataManager manager = appSingletons.getChannelDataManager();
Utils.java     [all...]
  /packages/apps/TV/src/com/android/tv/dvr/
DvrManager.java 83 ApplicationSingletons appSingletons = TvApplication.getSingletons(context);
84 mDataManager = (WritableDvrDataManager) appSingletons.getDvrDataManager();
85 mScheduleManager = appSingletons.getDvrScheduleManager();
    [all...]
DvrScheduleManager.java 105 ApplicationSingletons appSingletons = TvApplication.getSingletons(context);
106 mDataManager = (DvrDataManagerImpl) appSingletons.getDvrDataManager();
107 mChannelDataManager = appSingletons.getChannelDataManager();
    [all...]

Completed in 154 milliseconds