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

/frameworks/support/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DContentViewActivity.java55 if (NavUtils.shouldUpRecreateTask(this, upIntent)) {
/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DContentViewActivity.java55 if (NavUtils.shouldUpRecreateTask(this, upIntent)) {
/frameworks/support/core-utils/java/android/support/v4/app/
H A DNavUtils.java56 public static boolean shouldUpRecreateTask(Activity sourceActivity, Intent targetIntent) { method in class:NavUtils
58 return sourceActivity.shouldUpRecreateTask(targetIntent);
73 * {@link #shouldUpRecreateTask(Activity, Intent)}.</p>
99 * {@link #shouldUpRecreateTask(Activity, Intent)}.</p>
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatActivity.java336 * if {@link #shouldUpRecreateTask(android.content.Intent)} returns true when supplied with the intent
447 return NavUtils.shouldUpRecreateTask(this, targetIntent);
/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl308 boolean shouldUpRecreateTask(in IBinder token, in String destAffinity);
H A DActivity.java3620 * {@link #getParentActivityIntent()}, {@link #shouldUpRecreateTask(Intent)}, and
3637 } else if (shouldUpRecreateTask(upIntent)) {
3680 * if {@link #shouldUpRecreateTask(Intent)} returns true when supplied with the intent
6731 public boolean shouldUpRecreateTask(Intent targetIntent) { method in class:Activity
6743 .shouldUpRecreateTask(mToken, info.taskAffinity);
6765 * {@link #shouldUpRecreateTask(Intent)}.</p>
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java20670 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) { method in class:ActivityManagerService
[all...]

Completed in 594 milliseconds