Searched refs:EXTRA_FOREGROUND_APPS (Results 1 – 8 of 8) sorted by relevance
144 bundle.putStringArray(Notification.EXTRA_FOREGROUND_APPS, new String[]{"something"}); in testSuppressSystemAlertNotification()154 bundle.putStringArray(Notification.EXTRA_FOREGROUND_APPS, new String[]{"something"}); in testDoNotSuppressSystemAlertNotification()182 bundle.putStringArray(Notification.EXTRA_FOREGROUND_APPS, new String[]{}); in testDoNotSuppressMalformedSystemAlertNotification()
126 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()
1123 notificationBundle.putStringArray(Notification.EXTRA_FOREGROUND_APPS, pkgs); in updateForegroundApps()
1287 public static final String EXTRA_FOREGROUND_APPS = "android.foregroundApps"; field in Notification
7926 Landroid/app/Notification;->EXTRA_FOREGROUND_APPS:Ljava/lang/String;