Searched refs:EXTRA_FOREGROUND_APPS (Results 1 – 7 of 7) sorted by relevance
143 bundle.putStringArray(Notification.EXTRA_FOREGROUND_APPS, new String[]{"something"}); in testSuppressSystemAlertNotification()153 bundle.putStringArray(Notification.EXTRA_FOREGROUND_APPS, new String[]{"something"}); in testDoNotSuppressSystemAlertNotification()181 bundle.putStringArray(Notification.EXTRA_FOREGROUND_APPS, new String[]{}); in testDoNotSuppressMalformedSystemAlertNotification()
123 Notification.EXTRA_FOREGROUND_APPS); in updateNotification()
129 Notification.EXTRA_FOREGROUND_APPS); in shouldFilterOut()
115 extras.putStringArray(Notification.EXTRA_FOREGROUND_APPS, new String[] {mPackageName}); in onPostNotification()
384 if (pkgs != null) extras.putStringArray(Notification.EXTRA_FOREGROUND_APPS, pkgs); in makeMockDisclosure()
1090 notificationBundle.putStringArray(Notification.EXTRA_FOREGROUND_APPS, pkgs); in updateForegroundApps()
1280 public static final String EXTRA_FOREGROUND_APPS = "android.foregroundApps"; field in Notification