Searched defs:newActivity (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DInstrumentation.java1178 public Activity newActivity(Class<?> clazz, Context context, method in class:Instrumentation
1209 public Activity newActivity(ClassLoader cl, String className, method in class:Instrumentation
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java573 * @param newActivity The token of the new activity
576 void switchActivity(@NonNull IBinder newActivity, @NonNull IBinder newClient) { argument
583 mActivityToken = newActivity;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java3290 ActivityRecord newActivity) {
3292 (newActivity.info.flags & ActivityInfo.FLAG_CLEAR_TASK_ON_LAUNCH) != 0;
3289 resetTaskIfNeededLocked(ActivityRecord taskTop, ActivityRecord newActivity) argument

Completed in 91 milliseconds