Home
last modified time | relevance | path

Searched defs:targetIntent (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/core-utils/java/android/support/v4/app/
DNavUtils.java44 boolean shouldUpRecreateTask(Activity activity, Intent targetIntent); in shouldUpRecreateTask()
72 public boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { in shouldUpRecreateTask()
114 public boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { in shouldUpRecreateTask()
158 public static boolean shouldUpRecreateTask(Activity sourceActivity, Intent targetIntent) { in shouldUpRecreateTask()
/frameworks/base/tests/SmokeTest/src/com/android/smoketest/
DSmokeTestActivity.java35 Intent targetIntent = new Intent(Intent.ACTION_MAIN, null); in getTargetIntent() local
/frameworks/support/core-utils/jellybean/android/support/v4/app/
DNavUtilsJB.java28 public static boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { in shouldUpRecreateTask()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatActivity.java448 public boolean supportShouldUpRecreateTask(@NonNull Intent targetIntent) { in supportShouldUpRecreateTask()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java567 final Intent targetIntent = targetIntents.get(i); in checkTargetSourceIntent() local
679 final Intent targetIntent = new Intent(getTargetIntent()); in getResolvedIntent() local
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java435 Intent targetIntent = new Intent(_intent); in setIntent() local
/frameworks/base/core/java/android/app/
DActivity.java6404 public boolean shouldUpRecreateTask(Intent targetIntent) { in shouldUpRecreateTask()