Searched refs:canLaunchInTaskView (Results 1 – 2 of 2) sorted by relevance
179 return canLaunchInTaskView(mContext, metadata.getIntent(), pkg); in canPresentAsBubble()192 protected boolean canLaunchInTaskView(Context context, PendingIntent pendingIntent, in canLaunchInTaskView() method in BubbleExtractor
1060 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