Searched refs:shouldUpRecreateTask (Results 1 – 8 of 8) sorted by relevance
43 boolean shouldUpRecreateTask(Activity activity, Intent targetIntent); in shouldUpRecreateTask() method71 public boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { in shouldUpRecreateTask() method in NavUtils.NavUtilsImplBase113 public boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { in shouldUpRecreateTask() method in NavUtils.NavUtilsImplJB114 return NavUtilsJB.shouldUpRecreateTask(activity, targetIntent); in shouldUpRecreateTask()157 public static boolean shouldUpRecreateTask(Activity sourceActivity, Intent targetIntent) { in shouldUpRecreateTask() method in NavUtils158 return IMPL.shouldUpRecreateTask(sourceActivity, targetIntent); in shouldUpRecreateTask()
28 public static boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { in shouldUpRecreateTask() method in NavUtilsJB29 return activity.shouldUpRecreateTask(targetIntent); in shouldUpRecreateTask()
172 {@link android.support.v4.app.NavUtils#shouldUpRecreateTask shouldUpRecreateTask()} to check187 if (NavUtils.shouldUpRecreateTask(this, upIntent)) {
435 return NavUtils.shouldUpRecreateTask(this, targetIntent); in supportShouldUpRecreateTask()
2784 } else if (shouldUpRecreateTask(upIntent)) { in onNavigateUp()5043 public boolean shouldUpRecreateTask(Intent targetIntent) { in shouldUpRecreateTask() method in Activity
269 <dt>{@link android.app.Activity#shouldUpRecreateTask}</dt>
417 NO DOC BLOCK: android.app.Activity Method shouldUpRecreateTask(android.content.Intent)
2888 method public boolean shouldUpRecreateTask(android.content.Intent);