Searched refs:createSetupIntent (Results 1 – 7 of 7) sorted by relevance
65 public static Intent createSetupIntent(Intent originalSetupIntent, String inputId) { in createSetupIntent() method in CommonUtils83 public static Intent createSetupIntent(TvInputInfo input) { in createSetupIntent() method in CommonUtils84 return createSetupIntent(input.createSetupIntent(), input.getId()); in createSetupIntent()
169 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()
25 Intent createSetupIntent(Context context); in createSetupIntent() method
100 Intent intent = CommonUtils.createSetupIntent(input); in executeAction()
196 Intent intent = CommonUtils.createSetupIntent(input); in executeAction()
604 if (input.createSetupIntent() == null) { in isInputPhysicalTuner()
478 .createSetupIntent(MainActivity.this);1136 Intent intent = CommonUtils.createSetupIntent(input); in startSetupActivity()