HomeSort by relevance Sort by last modified time
    Searched refs:getActiveNotifications (Results 1 - 25 of 41) sorted by null

1 2

  /packages/apps/Dialer/java/com/android/dialer/notification/
GroupedNotificationUtil.java 45 for (StatusBarNotification notification : notificationManager.getActiveNotifications()) {
55 for (StatusBarNotification notification : notificationManager.getActiveNotifications()) {
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
ResumeNotificationHelperTest.java 63 MatcherAssert.assertThat(mNotificationManager.getActiveNotifications().length,
70 StatusBarNotification[] notifications = mNotificationManager.getActiveNotifications();
82 && mNotificationManager.getActiveNotifications().length == 0) {
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationSecurityTests.java 66 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications();
NotificationInteractionTests.java 95 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications();
105 sbns = mNotificationManager.getActiveNotifications();
117 sbns = mNotificationManager.getActiveNotifications();
NotificationHelper.java 257 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications();
274 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications();
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationManagerServiceTest.java 297 assertEquals(0, mBinderService.getActiveNotifications(sbn.getPackageName()).length);
306 mBinderService.getActiveNotifications(PKG);
317 mBinderService.getActiveNotifications(PKG);
331 mBinderService.getActiveNotifications(PKG);
343 mBinderService.getActiveNotifications(sbn.getPackageName());
355 mBinderService.getActiveNotifications(sbn.getPackageName());
405 mBinderService.getActiveNotifications(sbn.getPackageName());
418 mBinderService.getActiveNotifications(sbn.getPackageName());
430 mBinderService.getActiveNotifications(sbn.getPackageName());
443 mBinderService.getActiveNotifications(sbn.getPackageName())
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDocumentsService.java 99 mNotificationManager.getActiveNotifications();
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationListener.java 74 ? filterNotifications(getActiveNotifications())
190 .getActiveNotifications(NotificationKeyData.extractKeysOnly(keys)
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 393 * the notification manager. You are safe to call {@link #getActiveNotifications()}
    [all...]
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 182 .getActiveNotifications();
  /developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 182 .getActiveNotifications();
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java 182 .getActiveNotifications();
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 102 assertTrue(mNotificationManager.getActiveNotifications().length == MAX_NOTIFCATIONS);
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
NotificationHelper.java 78 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications();
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 57 // clear the deck so that our getActiveNotifications results are predictable
310 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications();
336 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications();
403 // getActiveNotifications()
409 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications();
ServiceTest.java 205 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications();
238 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications();
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarTest.java 334 when(mNotificationData.getActiveNotifications()).thenReturn(mNotificationList);
353 when(mNotificationData.getActiveNotifications()).thenReturn(mNotificationList);
372 when(mNotificationData.getActiveNotifications()).thenReturn(mNotificationList);
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 195 .getActiveNotifications(new String[]{notificationKey});
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 78 StatusBarNotification[] getActiveNotifications(String callingPkg);
NotificationManager.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 185 * {@link NotificationManager#getActiveNotifications()}.
198 final StatusBarNotification[] notifications = nm.getActiveNotifications();
218 final StatusBarNotification[] notifications = nm.getActiveNotifications();
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 300 for (StatusBarNotification sbn : getActiveNotifications()) {
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 643 StatusBarNotification[] activeNotifications = nm.getActiveNotifications();
654 int total = nm.getActiveNotifications().length;
662 assertEquals("old notifications were not cancelled", 0, nm.getActiveNotifications().length);
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
MissedCallNotifier.java 208 for (StatusBarNotification activeNotification : manager.getActiveNotifications()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 336 public ArrayList<Entry> getActiveNotifications() {

Completed in 786 milliseconds

1 2