/packages/apps/TV/src/com/android/tv/menu/ |
D | ChannelsRowAdapter.java | 246 TvInputManagerHelper inputManager = singletons.getTvInputManagerHelper(); 252 TvSingletons.getSingletons(mContext).getTvInputManagerHelper(); 265 TvSingletons.getSingletons(mContext).getTvInputManagerHelper();
|
D | AppLinkCardView.java | 82 mTvInputManagerHelper = ((MainActivity) context).getTvInputManagerHelper(); in AppLinkCardView()
|
/packages/apps/TV/tests/unit/src/com/android/tv/util/ |
D | MockTvSingletons.java | 135 public TvInputManagerHelper getTvInputManagerHelper() { in getTvInputManagerHelper() method in MockTvSingletons 136 return mApp.getTvInputManagerHelper(); in getTvInputManagerHelper()
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
D | SettingsFragment.java | 84 singletons.getSetupUtils().hasNewInput(activity.getTvInputManagerHelper()); in getItemList() 129 singletons.getTvInputManagerHelper().getTvInputInfos(true, true)) { in getItemList()
|
D | CustomizeChannelListFragment.java | 64 mInputManager = getMainActivity().getTvInputManagerHelper(); in onCreate()
|
/packages/apps/TV/src/com/android/tv/ |
D | TvApplication.java | 165 getTvInputManagerHelper(); in onCreate() 181 getTvInputManagerHelper() in start() 354 public TvInputManagerHelper getTvInputManagerHelper() { in getTvInputManagerHelper() method in TvApplication
|
D | TvSingletons.java | 111 TvInputManagerHelper getTvInputManagerHelper(); in getTvInputManagerHelper() method
|
D | MediaSessionWrapper.java | 184 .getTvInputManagerHelper() in getChannelName()
|
D | InputSessionManager.java | 82 mInputManager = TvSingletons.getSingletons(context).getTvInputManagerHelper(); in InputSessionManager()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | Utils.java | 614 TvSingletons.getSingletons(context).getTvInputManagerHelper(); in loadLabel() 746 return tvSingletons.getTvInputManagerHelper().getTvInputInfo(channel.getInputId()); in getTvInputInfoForChannelId() 753 .getTvInputManagerHelper() in getTvInputInfoForInputId()
|
D | SetupUtils.java | 158 TvInputManagerHelper tvInputManagerHelper = singletons.getTvInputManagerHelper(); in markNewChannelsBrowsable()
|
/packages/apps/TV/src/com/android/tv/receiver/ |
D | PackageIntentsReceiver.java | 34 if (!TvSingletons.getSingletons(context).getTvInputManagerHelper().hasTvInputManager()) { in onReceive()
|
D | BootCompletedReceiver.java | 55 if (!TvSingletons.getSingletons(context).getTvInputManagerHelper().hasTvInputManager()) { in onReceive()
|
D | AbstractGlobalKeyReceiver.java | 44 if (!TvSingletons.getSingletons(context).getTvInputManagerHelper().hasTvInputManager()) { in onReceive()
|
/packages/apps/TV/src/com/android/tv/onboarding/ |
D | NewSourcesFragment.java | 55 singletons.getSetupUtils().markAllInputsRecognized(singletons.getTvInputManagerHelper()); in onCreateView()
|
D | OnboardingActivity.java | 97 mInputManager = singletons.getTvInputManagerHelper(); in onCreate()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | InputBannerView.java | 74 mainActivity.getTvInputManagerHelper().getTvInputInfo(channel.getInputId()); in updateLabel()
|
D | SelectInputView.java | 148 mTvInputManagerHelper = tvSingletons.getTvInputManagerHelper(); in SelectInputView()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/guide/ |
D | ProgramTableAdapterTest.java | 72 app.getTvInputManagerHelper(), in setup()
|
/packages/apps/TV/src/com/android/tv/dvr/ |
D | DvrStorageStatusManager.java | 110 TvSingletons.getSingletons(mContext).getTvInputManagerHelper(); in onPostExecute()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
D | TestSingletonApp.java | 163 public TvInputManagerHelper getTvInputManagerHelper() { in getTvInputManagerHelper() method in TestSingletonApp
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | ChannelPreviewUpdater.java | 108 tvSingleton.getTvInputManagerHelper().getParentalControlSettings(); in ChannelPreviewUpdater()
|
D | NotificationService.java | 153 mTvInputManagerHelper = tvSingletons.getTvInputManagerHelper(); in onCreate()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | DvrDetailsFragment.java | 213 .getTvInputManagerHelper() in startPlayback()
|
/packages/apps/TV/src/com/android/tv/dvr/recorder/ |
D | RecordingScheduler.java | 132 singletons.getTvInputManagerHelper(), in createScheduler()
|