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()
168 CommonUtils.createSetupIntent(new Intent(), testInput.getId())); in create_trustedCallingPackage()191 CommonUtils.createSetupIntent(new Intent(), testInput.getId())); in create_nonTrustedCallingPackage()213 CommonUtils.createSetupIntent(new Intent(), testInput.getId())); in create_nullCallingPackage()345 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()
483 .createSetupIntent(MainActivity.this);1141 Intent intent = CommonUtils.createSetupIntent(input); in startSetupActivity()