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.java190 return canLaunchInTaskView(metadata.getIntent().getIntent(), pkg, in canPresentAsBubble()
201 private boolean canLaunchInTaskView(Intent intent, String packageName, int userId) { in canLaunchInTaskView() method in BubbleExtractor
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java1240 if (canLaunchInTaskView(mContext, e)) { in restoreBubbles()
2023 if (canLaunchInTaskView(mContext, entry)) { in onEntryAdded()
2034 boolean shouldBubble = shouldBubbleUp && canLaunchInTaskView(mContext, entry); in onEntryUpdated()
2710 boolean canLaunchInTaskView(Context context, BubbleEntry entry) { in canLaunchInTaskView() method in BubbleController