Home
last modified time | relevance | path

Searched refs:canLaunchInTaskView (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DBubbleExtractor.java179 return canLaunchInTaskView(mContext, metadata.getIntent(), pkg); in canPresentAsBubble()
192 protected boolean canLaunchInTaskView(Context context, PendingIntent pendingIntent, in canLaunchInTaskView() method in BubbleExtractor
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java933 if (canLaunchInTaskView(mContext, e)) { in restoreBubbles()
1466 if (canLaunchInTaskView(mContext, entry)) { in onEntryAdded()
1477 boolean shouldBubble = shouldBubbleUp && canLaunchInTaskView(mContext, entry); in onEntryUpdated()
2008 static boolean canLaunchInTaskView(Context context, BubbleEntry entry) { in canLaunchInTaskView() method in BubbleController