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
933 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