Home
last modified time | relevance | path

Searched refs:getTvInputManagerHelper (Results 1 – 25 of 30) sorted by relevance

12

/packages/apps/TV/src/com/android/tv/menu/
DChannelsRowAdapter.java246 TvInputManagerHelper inputManager = singletons.getTvInputManagerHelper();
252 TvSingletons.getSingletons(mContext).getTvInputManagerHelper();
265 TvSingletons.getSingletons(mContext).getTvInputManagerHelper();
DAppLinkCardView.java82 mTvInputManagerHelper = ((MainActivity) context).getTvInputManagerHelper(); in AppLinkCardView()
/packages/apps/TV/tests/unit/src/com/android/tv/util/
DMockTvSingletons.java135 public TvInputManagerHelper getTvInputManagerHelper() { in getTvInputManagerHelper() method in MockTvSingletons
136 return mApp.getTvInputManagerHelper(); in getTvInputManagerHelper()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DSettingsFragment.java84 singletons.getSetupUtils().hasNewInput(activity.getTvInputManagerHelper()); in getItemList()
129 singletons.getTvInputManagerHelper().getTvInputInfos(true, true)) { in getItemList()
DCustomizeChannelListFragment.java64 mInputManager = getMainActivity().getTvInputManagerHelper(); in onCreate()
/packages/apps/TV/src/com/android/tv/
DTvApplication.java165 getTvInputManagerHelper(); in onCreate()
181 getTvInputManagerHelper() in start()
354 public TvInputManagerHelper getTvInputManagerHelper() { in getTvInputManagerHelper() method in TvApplication
DTvSingletons.java111 TvInputManagerHelper getTvInputManagerHelper(); in getTvInputManagerHelper() method
DMediaSessionWrapper.java184 .getTvInputManagerHelper() in getChannelName()
DInputSessionManager.java82 mInputManager = TvSingletons.getSingletons(context).getTvInputManagerHelper(); in InputSessionManager()
/packages/apps/TV/src/com/android/tv/util/
DUtils.java614 TvSingletons.getSingletons(context).getTvInputManagerHelper(); in loadLabel()
746 return tvSingletons.getTvInputManagerHelper().getTvInputInfo(channel.getInputId()); in getTvInputInfoForChannelId()
753 .getTvInputManagerHelper() in getTvInputInfoForInputId()
DSetupUtils.java158 TvInputManagerHelper tvInputManagerHelper = singletons.getTvInputManagerHelper(); in markNewChannelsBrowsable()
/packages/apps/TV/src/com/android/tv/receiver/
DPackageIntentsReceiver.java34 if (!TvSingletons.getSingletons(context).getTvInputManagerHelper().hasTvInputManager()) { in onReceive()
DBootCompletedReceiver.java55 if (!TvSingletons.getSingletons(context).getTvInputManagerHelper().hasTvInputManager()) { in onReceive()
DAbstractGlobalKeyReceiver.java44 if (!TvSingletons.getSingletons(context).getTvInputManagerHelper().hasTvInputManager()) { in onReceive()
/packages/apps/TV/src/com/android/tv/onboarding/
DNewSourcesFragment.java55 singletons.getSetupUtils().markAllInputsRecognized(singletons.getTvInputManagerHelper()); in onCreateView()
DOnboardingActivity.java97 mInputManager = singletons.getTvInputManagerHelper(); in onCreate()
/packages/apps/TV/src/com/android/tv/ui/
DInputBannerView.java74 mainActivity.getTvInputManagerHelper().getTvInputInfo(channel.getInputId()); in updateLabel()
DSelectInputView.java148 mTvInputManagerHelper = tvSingletons.getTvInputManagerHelper(); in SelectInputView()
/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
DProgramTableAdapterTest.java72 app.getTvInputManagerHelper(), in setup()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrStorageStatusManager.java110 TvSingletons.getSingletons(mContext).getTvInputManagerHelper(); in onPostExecute()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DTestSingletonApp.java163 public TvInputManagerHelper getTvInputManagerHelper() { in getTvInputManagerHelper() method in TestSingletonApp
/packages/apps/TV/src/com/android/tv/recommendation/
DChannelPreviewUpdater.java108 tvSingleton.getTvInputManagerHelper().getParentalControlSettings(); in ChannelPreviewUpdater()
DNotificationService.java153 mTvInputManagerHelper = tvSingletons.getTvInputManagerHelper(); in onCreate()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrDetailsFragment.java213 .getTvInputManagerHelper() in startPlayback()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DRecordingScheduler.java132 singletons.getTvInputManagerHelper(), in createScheduler()

12