Home
last modified time | relevance | path

Searched refs:createSetupIntent (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/util/
DCommonUtils.java65 public static Intent createSetupIntent(Intent originalSetupIntent, String inputId) { in createSetupIntent() method in CommonUtils
83 public static Intent createSetupIntent(TvInputInfo input) { in createSetupIntent() method in CommonUtils
84 return createSetupIntent(input.createSetupIntent(), input.getId()); in createSetupIntent()
/packages/apps/TV/tests/robotests/src/com/android/tv/
DSetupPassthroughActivityTest.java169 CommonUtils.createSetupIntent(new Intent(), testInput.getId())); in create_trustedCallingPackage()
193 CommonUtils.createSetupIntent(new Intent(), testInput.getId())); in create_nonTrustedCallingPackage()
325 CommonUtils.createSetupIntent(new Intent(), inputId)) in createSetupActivityFor()
/packages/apps/TV/src/com/android/tv/tunerinputcontroller/
DTunerInputController.java25 Intent createSetupIntent(Context context); in createSetupIntent() method
/packages/apps/TV/src/com/android/tv/setup/
DSystemSetupActivity.java100 Intent intent = CommonUtils.createSetupIntent(input); in executeAction()
/packages/apps/TV/src/com/android/tv/onboarding/
DOnboardingActivity.java196 Intent intent = CommonUtils.createSetupIntent(input); in executeAction()
/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java604 if (input.createSetupIntent() == null) { in isInputPhysicalTuner()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java478 .createSetupIntent(MainActivity.this);
1136 Intent intent = CommonUtils.createSetupIntent(input); in startSetupActivity()