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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java1048 public Activity newActivity(Class<?> clazz, Context context, method in class:Instrumentation
1074 public Activity newActivity(ClassLoader cl, String className, method in class:Instrumentation
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java2589 private void insertTaskAtTop(TaskRecord task, ActivityRecord newActivity) { argument
2619 (newActivity != null && (newActivity.info.flags & FLAG_SHOW_FOR_ALL_USERS) == 0)
2620 || (newActivity == null && task.topRunningActivityLocked() == null);
3079 ActivityRecord newActivity) {
3081 (newActivity.info.flags & ActivityInfo.FLAG_CLEAR_TASK_ON_LAUNCH) != 0;
3084 if ((newActivity.info.flags & ActivityInfo.FLAG_ALWAYS_RETAIN_TASK_STATE) == 0) {
3078 resetTaskIfNeededLocked(ActivityRecord taskTop, ActivityRecord newActivity) argument

Completed in 67 milliseconds