Searched refs:FLAG_ALLOW_TASK_REPARENTING (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java205 public static final int FLAG_ALLOW_TASK_REPARENTING = 0x0040; field in class:ActivityInfo
303 * {@link #FLAG_ALLOW_TASK_REPARENTING}, {@link #FLAG_NO_HISTORY},
H A DApplicationInfo.java164 public static final int FLAG_ALLOW_TASK_REPARENTING = 1<<5; field in class:ApplicationInfo
398 * {@link #FLAG_ALLOW_TASK_REPARENTING}
H A DPackageParser.java2553 ai.flags |= ApplicationInfo.FLAG_ALLOW_TASK_REPARENTING;
3123 (owner.applicationInfo.flags&ApplicationInfo.FLAG_ALLOW_TASK_REPARENTING) != 0)) {
3124 a.info.flags |= ActivityInfo.FLAG_ALLOW_TASK_REPARENTING;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java2291 (flags & ActivityInfo.FLAG_ALLOW_TASK_REPARENTING) != 0;
2448 boolean allowTaskReparenting = (flags & ActivityInfo.FLAG_ALLOW_TASK_REPARENTING) != 0;
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java3909 ApplicationInfo.FLAG_ALLOW_TASK_REPARENTING, "ALLOW_TASK_REPARENTING",

Completed in 122 milliseconds