Home
last modified time | relevance | path

Searched refs:isForegroundApp (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java732 && isForegroundApp(mContext, entry.notification.getPackageName()); in updateShowInShadeForSuppressNotification()
759 public static boolean isForegroundApp(Context context, String pkgName) { in isForegroundApp() method in BubbleController
DBubbleExpandedView.java559 BubbleController.isForegroundApp(mContext, notification.getPackageName())); in logBubbleClickEvent()
DBubbleData.java616 && BubbleController.isForegroundApp(mContext, entry.notification.getPackageName()); in shouldAutoExpand()
DBubbleStackView.java1639 BubbleController.isForegroundApp(mContext, notification.getPackageName())); in logBubbleEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java2827 (keyguardIsShowing || !isForegroundApp(packageToLaunch))
2836 private boolean isForegroundApp(String pkgName) {