Searched refs:targetIntent (Results 1 – 7 of 7) sorted by relevance
35 Intent targetIntent = new Intent(Intent.ACTION_MAIN, null); in getTargetIntent() local37 targetIntent.addCategory("android.intent.category.SMOKETEST_INSTRUMENTATION_TEST"); in getTargetIntent()38 targetIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getTargetIntent()39 return targetIntent; in getTargetIntent()
44 boolean shouldUpRecreateTask(Activity activity, Intent targetIntent); in shouldUpRecreateTask() argument72 public boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { in shouldUpRecreateTask() argument114 public boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { in shouldUpRecreateTask() argument115 return NavUtilsJB.shouldUpRecreateTask(activity, targetIntent); in shouldUpRecreateTask()158 public static boolean shouldUpRecreateTask(Activity sourceActivity, Intent targetIntent) { in shouldUpRecreateTask() argument159 return IMPL.shouldUpRecreateTask(sourceActivity, targetIntent); in shouldUpRecreateTask()
28 public static boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { in shouldUpRecreateTask() argument29 return activity.shouldUpRecreateTask(targetIntent); in shouldUpRecreateTask()
448 public boolean supportShouldUpRecreateTask(@NonNull Intent targetIntent) { in supportShouldUpRecreateTask() argument449 return NavUtils.shouldUpRecreateTask(this, targetIntent); in supportShouldUpRecreateTask()
567 final Intent targetIntent = targetIntents.get(i); in checkTargetSourceIntent() local568 if (targetIntent.filterEquals(matchingIntent)) { in checkTargetSourceIntent()679 final Intent targetIntent = new Intent(getTargetIntent()); in getResolvedIntent() local680 targetIntent.setComponent(mChooserTarget.getComponentName()); in getResolvedIntent()681 targetIntent.putExtras(mChooserTarget.getIntentExtras()); in getResolvedIntent()682 return targetIntent; in getResolvedIntent()
435 Intent targetIntent = new Intent(_intent); in setIntent() local436 targetIntent.setComponent(targetComponent); in setIntent()437 targetIntent.setSelector(null); in setIntent()438 targetIntent.setSourceBounds(null); in setIntent()440 "Setting Intent of " + this + " to target " + targetIntent); in setIntent()441 intent = targetIntent; in setIntent()
6404 public boolean shouldUpRecreateTask(Intent targetIntent) { in shouldUpRecreateTask() argument6407 ComponentName cn = targetIntent.getComponent(); in shouldUpRecreateTask()6409 cn = targetIntent.resolveActivity(pm); in shouldUpRecreateTask()