Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DActivityInfo.java492 public static final int FLAG_ALLOW_EMBEDDED = 0x80000000; field in ActivityInfo
DPackageParser.java4506 a.info.flags |= ActivityInfo.FLAG_ALLOW_EMBEDDED; in parseActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java990 if ((info.flags & ActivityInfo.FLAG_ALLOW_EMBEDDED) == 0) { in canLaunchInActivityView()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStackSupervisor.java1105 if ((aInfo.flags & ActivityInfo.FLAG_ALLOW_EMBEDDED) == 0) { in isCallerAllowedToLaunchOnDisplay()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java5131 if ((info.flags & ActivityInfo.FLAG_ALLOW_EMBEDDED) == 0) {