Home
last modified time | relevance | path

Searched defs:activeNotifications (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java94 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in hideAllNotifications() local
154 StatusBarNotification[] activeNotifications = in isPackageInstallNotificationActive() local
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsService.java98 final StatusBarNotification[] activeNotifications = in updateForegroundState() local
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DNotificationListenerController.java41 StatusBarNotification[] activeNotifications) { in getActiveNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationListenerWithPlugins.java58 StatusBarNotification[] activeNotifications = super.getActiveNotifications(); in getActiveNotifications() local
DStatusBar.java2705 ArrayList<NotificationEntry> activeNotifications = mEntryManager.getNotificationData() in resetUserExpandedStates() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java143 ArrayList<NotificationEntry> activeNotifications = mEntryManager.getNotificationData() in updateNotificationViews() local
DNotificationMediaManager.java278 ArrayList<NotificationEntry> activeNotifications = in findAndUpdateMediaNotifications() local
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java833 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications() local
869 StatusBarNotification[] activeNotifications = getActiveNotifications(null, trim); in getActiveNotifications() local
886 StatusBarNotification[] activeNotifications = getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications() local
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java643 StatusBarNotification[] activeNotifications = nm.getActiveNotifications(); in cancelExistingNotifications() local