Home
last modified time | relevance | path

Searched defs:shouldUpRecreateTask (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/core-utils/java/android/support/v4/app/
DNavUtils.java44 boolean shouldUpRecreateTask(Activity activity, Intent targetIntent); in shouldUpRecreateTask() method
72 public boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { in shouldUpRecreateTask() method in NavUtils.NavUtilsImplBase
114 public boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { in shouldUpRecreateTask() method in NavUtils.NavUtilsImplJB
158 public static boolean shouldUpRecreateTask(Activity sourceActivity, Intent targetIntent) { in shouldUpRecreateTask() method in NavUtils
/frameworks/support/core-utils/jellybean/android/support/v4/app/
DNavUtilsJB.java28 public static boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { in shouldUpRecreateTask() method in NavUtilsJB
/frameworks/base/core/java/android/app/
DActivity.java6404 public boolean shouldUpRecreateTask(Intent targetIntent) { in shouldUpRecreateTask() method in Activity
DIActivityManager.java504 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) in shouldUpRecreateTask() method
DActivityManagerNative.java6022 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) in shouldUpRecreateTask() method in ActivityManagerProxy
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java19101 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) { in shouldUpRecreateTask() method