Searched refs:shouldUpRecreateTask (Results 1 - 8 of 8) sorted by relevance
/frameworks/support/frameworks/support/samples/SupportAppNavigation/src/main/java/com/example/android/support/appnavigation/app/ |
H A D | ContentViewActivity.java | 54 if (NavUtils.shouldUpRecreateTask(this, upIntent)) {
|
/frameworks/support/samples/SupportAppNavigation/src/main/java/com/example/android/support/appnavigation/app/ |
H A D | ContentViewActivity.java | 54 if (NavUtils.shouldUpRecreateTask(this, upIntent)) {
|
/frameworks/support/compat/src/main/java/androidx/core/app/ |
H A D | NavUtils.java | 58 public static boolean shouldUpRecreateTask(@NonNull Activity sourceActivity, method in class:NavUtils 61 return sourceActivity.shouldUpRecreateTask(targetIntent); 76 * {@link #shouldUpRecreateTask(Activity, Intent)}.</p> 102 * {@link #shouldUpRecreateTask(Activity, Intent)}.</p>
|
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/ |
H A D | AppCompatActivity.java | 337 * if {@link #shouldUpRecreateTask(android.content.Intent)} returns true when supplied with the intent 448 return NavUtils.shouldUpRecreateTask(this, targetIntent);
|
/frameworks/base/core/java/android/app/ |
H A D | IActivityManager.aidl | 320 boolean shouldUpRecreateTask(in IBinder token, in String destAffinity);
|
H A D | Activity.java | 3713 * {@link #getParentActivityIntent()}, {@link #shouldUpRecreateTask(Intent)}, and 3730 } else if (shouldUpRecreateTask(upIntent)) { 3773 * if {@link #shouldUpRecreateTask(Intent)} returns true when supplied with the intent 6840 public boolean shouldUpRecreateTask(Intent targetIntent) { method in class:Activity 6852 .shouldUpRecreateTask(mToken, info.taskAffinity); 6874 * {@link #shouldUpRecreateTask(Intent)}.</p>
|
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 22862 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) { method in class:ActivityManagerService [all...] |
/frameworks/base/config/ |
H A D | boot-image-profile.txt | 234 HPLandroid/app/Activity;->shouldUpRecreateTask(Landroid/content/Intent;)Z 596 HPLandroid/app/IActivityManager$Stub$Proxy;->shouldUpRecreateTask(Landroid/os/IBinder;Ljava/lang/String;)Z [all...] |
Completed in 204 milliseconds