Searched refs:shouldUpRecreateTask (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNavUtilsJB.java28 public static boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { method in class:NavUtilsJB
29 return activity.shouldUpRecreateTask(targetIntent);
/frameworks/support/v4/java/android/support/v4/app/
H A DNavUtils.java44 boolean shouldUpRecreateTask(Activity activity, Intent targetIntent); method in interface:NavUtils.NavUtilsImpl
72 public boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { method in class:NavUtils.NavUtilsImplBase
114 public boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { method in class:NavUtils.NavUtilsImplJB
115 return NavUtilsJB.shouldUpRecreateTask(activity, targetIntent);
158 public static boolean shouldUpRecreateTask(Activity sourceActivity, Intent targetIntent) { method in class:NavUtils
159 return IMPL.shouldUpRecreateTask(sourceActivity, targetIntent);
170 * {@link #shouldUpRecreateTask(Activity, Intent)}.</p>
196 * {@link #shouldUpRecreateTask(Activity, Intent)}.</p>
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatActivity.java329 * if {@link #shouldUpRecreateTask(android.content.Intent)} returns true when supplied with the intent
439 return NavUtils.shouldUpRecreateTask(this, targetIntent);
/frameworks/base/core/java/android/app/
H A DIActivityManager.java504 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) method in interface:IActivityManager
H A DActivity.java3374 * {@link #getParentActivityIntent()}, {@link #shouldUpRecreateTask(Intent)}, and
3391 } else if (shouldUpRecreateTask(upIntent)) {
3434 * if {@link #shouldUpRecreateTask(Intent)} returns true when supplied with the intent
6389 public boolean shouldUpRecreateTask(Intent targetIntent) { method in class:Activity
6401 .shouldUpRecreateTask(mToken, info.taskAffinity);
6423 * {@link #shouldUpRecreateTask(Intent)}.</p>
H A DActivityManagerNative.java2331 boolean res = shouldUpRecreateTask(token, destAffinity);
6000 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) method in class:ActivityManagerProxy
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18854 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) { method in class:ActivityManagerService

Completed in 465 milliseconds