Home
last modified time | relevance | path

Searched refs:shouldUpRecreateTask (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/support/compat/src/main/java/androidx/core/app/
DNavUtils.java58 public static boolean shouldUpRecreateTask(@NonNull Activity sourceActivity, in shouldUpRecreateTask() method in NavUtils
61 return sourceActivity.shouldUpRecreateTask(targetIntent); in shouldUpRecreateTask()
/frameworks/support/samples/SupportAppNavigation/src/main/java/com/example/android/support/appnavigation/app/
DContentViewActivity.java54 if (NavUtils.shouldUpRecreateTask(this, upIntent)) { in onOptionsItemSelected()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatActivity.java448 return NavUtils.shouldUpRecreateTask(this, targetIntent); in supportShouldUpRecreateTask()
/frameworks/support/legacy/core-utils/api_legacy/
D26.0.0.txt46 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D27.0.0.txt46 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D26.1.0.txt46 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D27.1.0.txt46 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
/frameworks/base/core/java/android/app/
DActivity.java3730 } else if (shouldUpRecreateTask(upIntent)) { in onNavigateUp()
6840 public boolean shouldUpRecreateTask(Intent targetIntent) { in shouldUpRecreateTask() method in Activity
6852 .shouldUpRecreateTask(mToken, info.taskAffinity); in shouldUpRecreateTask()
DIActivityManager.aidl320 boolean shouldUpRecreateTask(in IBinder token, in String destAffinity); in shouldUpRecreateTask() method
/frameworks/support/compat/api_legacy/
Dcurrent.txt210 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D28.0.0-alpha1.txt210 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
/frameworks/support/compat/api/
Dcurrent.txt169 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
/frameworks/support/api/
D22.0.0.txt1801 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D22.1.0.txt1943 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D22.2.0.txt2311 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D22.2.1.txt2339 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D25.1.0.txt4531 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D25.2.0.txt4531 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D25.0.0.txt4149 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D23.0.0.txt2911 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D24.2.0.txt4096 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D23.2.1.txt3511 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D23.1.0.txt3183 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
D23.1.1.txt3156 method public static boolean shouldUpRecreateTask(android.app.Activity, android.content.Intent);
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java22862 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) { in shouldUpRecreateTask() method

12