Searched refs:isForegroundApp (Results 1 – 5 of 5) sorted by relevance
732 && isForegroundApp(mContext, entry.notification.getPackageName()); in updateShowInShadeForSuppressNotification()759 public static boolean isForegroundApp(Context context, String pkgName) { in isForegroundApp() method in BubbleController
559 BubbleController.isForegroundApp(mContext, notification.getPackageName())); in logBubbleClickEvent()
616 && BubbleController.isForegroundApp(mContext, entry.notification.getPackageName()); in shouldAutoExpand()
1639 BubbleController.isForegroundApp(mContext, notification.getPackageName())); in logBubbleEvent()
2827 (keyguardIsShowing || !isForegroundApp(packageToLaunch))2836 private boolean isForegroundApp(String pkgName) {