Searched refs:FLAG_ALLOW_EMBEDDED (Results 1 – 3 of 3) sorted by relevance
355 public static final int FLAG_ALLOW_EMBEDDED = 0x80000000; field in ActivityInfo
3527 a.info.flags |= ActivityInfo.FLAG_ALLOW_EMBEDDED; in parseActivity()
4157 if (aInfo != null && (aInfo.flags & ActivityInfo.FLAG_ALLOW_EMBEDDED) == 0) { in checkEmbeddedAllowedInner()