Searched refs:targetIntent (Results 1 – 6 of 6) 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()
479 public boolean supportShouldUpRecreateTask(Intent targetIntent) { in supportShouldUpRecreateTask() argument480 return NavUtils.shouldUpRecreateTask(this, targetIntent); in supportShouldUpRecreateTask()
315 Intent targetIntent = new Intent(_intent); in setIntent() local316 targetIntent.setComponent(targetComponent); in setIntent()317 targetIntent.setSelector(null); in setIntent()318 targetIntent.setSourceBounds(null); in setIntent()320 "Setting Intent of " + this + " to target " + targetIntent); in setIntent()321 intent = targetIntent; in setIntent()
5733 public boolean shouldUpRecreateTask(Intent targetIntent) { in shouldUpRecreateTask() argument5736 ComponentName cn = targetIntent.getComponent(); in shouldUpRecreateTask()5738 cn = targetIntent.resolveActivity(pm); in shouldUpRecreateTask()