/packages/apps/TV/tests/robotests/src/com/android/tv/ |
D | SetupPassthroughActivityTest.java | 101 testSingletonApp.tvInputManagerHelper.getFakeTvInputManager(); in setup() 134 testSingletonApp.tvInputManagerHelper = new FakeTvInputManagerHelper(testSingletonApp); in create_inputNotFound() 135 testSingletonApp.tvInputManagerHelper.start(); in create_inputNotFound() 136 testSingletonApp.tvInputManagerHelper.getFakeTvInputManager().add(testInput, -1); in create_inputNotFound() 147 testSingletonApp.tvInputManagerHelper.start(); in create_validInput() 148 testSingletonApp.tvInputManagerHelper.getFakeTvInputManager().add(testInput, -1); in create_validInput() 162 testSingletonApp.tvInputManagerHelper.start(); in create_trustedCallingPackage() 163 testSingletonApp.tvInputManagerHelper.getFakeTvInputManager().add(testInput, -1); in create_trustedCallingPackage() 185 testSingletonApp.tvInputManagerHelper.start(); in create_nonTrustedCallingPackage() 186 testSingletonApp.tvInputManagerHelper.getFakeTvInputManager().add(testInput, -1); in create_nonTrustedCallingPackage() [all …]
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
D | TestSingletonApp.java | 70 public FakeTvInputManagerHelper tvInputManagerHelper; field in TestSingletonApp 85 tvInputManagerHelper = new FakeTvInputManagerHelper(this); in onCreate() 87 tvInputManagerHelper.start(); in onCreate() 90 this, tvInputManagerHelper, dbExecutor, getContentResolver()); in onCreate() 98 tvInputManagerHelper in loadTestData() 164 return tvInputManagerHelper; in getTvInputManagerHelper()
|
/packages/apps/TV/src/com/android/tv/modules/ |
D | TvApplicationModule.java | 93 TvInputManagerHelper tvInputManagerHelper = new TvInputManagerHelper(context, legacyFlags); in providesTvInputManagerHelper() local 94 tvInputManagerHelper.start(); in providesTvInputManagerHelper() 96 return tvInputManagerHelper; in providesTvInputManagerHelper()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/util/ |
D | TvInputManagerHelperRoboTest.java | 46 TvInputManagerHelper tvInputManagerHelper = in getInputState_null() local 50 .isSameInstanceAs(tvInputManagerHelper.getInputState(tvinputInfo)); in getInputState_null()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/data/ |
D | ProgramDataManagerTest.java | 77 FakeTvInputManagerHelper tvInputManagerHelper = in setUp() local 84 tvInputManagerHelper, in setUp() 97 tvInputManagerHelper); in setUp()
|
/packages/apps/TV/src/com/android/tv/dvr/ |
D | DvrStorageStatusManager.java | 109 TvInputManagerHelper tvInputManagerHelper = in onPostExecute() local 112 tvInputManagerHelper.getTvInputInfos(true, false); in onPostExecute()
|
D | DvrDataManagerImpl.java | 207 TvInputManagerHelper tvInputManagerHelper, in DvrDataManagerImpl() argument 215 mInputManager = tvInputManagerHelper; in DvrDataManagerImpl()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | SetupUtils.java | 158 TvInputManagerHelper tvInputManagerHelper = singletons.getTvInputManagerHelper(); in markNewChannelsBrowsable() local 161 for (TvInputInfo input : tvInputManagerHelper.getTvInputInfos(true, true)) { in markNewChannelsBrowsable()
|
D | TvInputManagerHelper.java | 742 public HardwareInputComparator(Context context, TvInputManagerHelper tvInputManagerHelper) { in HardwareInputComparator() argument 744 mTvInputManagerHelper = tvInputManagerHelper; in HardwareInputComparator()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | TunableTvView.java | 482 TvInputManagerHelper tvInputManagerHelper, in initialize() argument 488 mInputManagerHelper = tvInputManagerHelper; in initialize() 489 mContentRatingsManager = tvInputManagerHelper.getContentRatingsManager(); in initialize() 490 mParentalControlSettings = tvInputManagerHelper.getParentalControlSettings(); in initialize()
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramManager.java | 207 TvInputManagerHelper tvInputManagerHelper, in ProgramManager() argument 212 mTvInputManagerHelper = tvInputManagerHelper; in ProgramManager()
|
D | ProgramGuide.java | 182 TvInputManagerHelper tvInputManagerHelper, in ProgramGuide() argument 196 tvInputManagerHelper, in ProgramGuide()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | ProgramDataManager.java | 179 TvInputManagerHelper tvInputManagerHelper) { in ProgramDataManager() argument 188 mTvInputManagerHelper = tvInputManagerHelper; in ProgramDataManager()
|