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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java137 public static final int FLAG_ALLOW_TASK_REPARENTING = 0x0040; field in class:ActivityInfo
160 * {@link #FLAG_ALLOW_TASK_REPARENTING}, {@link #FLAG_NO_HISTORY},
H A DApplicationInfo.java135 public static final int FLAG_ALLOW_TASK_REPARENTING = 1<<5; field in class:ApplicationInfo
308 * {@link #FLAG_ALLOW_TASK_REPARENTING}
H A DPackageParser.java1555 ai.flags |= ApplicationInfo.FLAG_ALLOW_TASK_REPARENTING;
1883 (owner.applicationInfo.flags&ApplicationInfo.FLAG_ALLOW_TASK_REPARENTING) != 0)) {
1884 a.info.flags |= ActivityInfo.FLAG_ALLOW_TASK_REPARENTING;
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java1526 (flags&ActivityInfo.FLAG_ALLOW_TASK_REPARENTING) != 0;

Completed in 624 milliseconds