Searched defs:shouldUpRecreateTask (Results 1 - 6 of 6) 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/base/core/java/android/app/
H A DActivity.java3055 * {@link #getParentActivityIntent()}, {@link #shouldUpRecreateTask(Intent)}, and
3072 } else if (shouldUpRecreateTask(upIntent)) {
3115 * if {@link #shouldUpRecreateTask(Intent)} returns true when supplied with the intent
5733 public boolean shouldUpRecreateTask(Intent targetIntent) { method in class:Activity
5745 .shouldUpRecreateTask(mToken, info.taskAffinity);
5767 * {@link #shouldUpRecreateTask(Intent)}.</p>
H A DActivityManagerNative.java2032 boolean res = shouldUpRecreateTask(token, destAffinity);
4982 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) method in class:ActivityManagerProxy
H A DIActivityManager.java400 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) method in interface:IActivityManager
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java16809 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) { method in class:ActivityManagerService

Completed in 4442 milliseconds