Home
last modified time | relevance | path

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

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