Home
last modified time | relevance | path

Searched refs:FLAG_ALLOW_EMBEDDED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DActivityInfo.java355 public static final int FLAG_ALLOW_EMBEDDED = 0x80000000; field in ActivityInfo
DPackageParser.java3527 a.info.flags |= ActivityInfo.FLAG_ALLOW_EMBEDDED; in parseActivity()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java4157 if (aInfo != null && (aInfo.flags & ActivityInfo.FLAG_ALLOW_EMBEDDED) == 0) { in checkEmbeddedAllowedInner()