Home
last modified time | relevance | path

Searched defs:notifications (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/notification/
DDialerNotificationManager.java72 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in cancel() local
93 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in cancelAll() local
107 private static String findGroupKey( in findGroupKey()
118 private static Pair<StatusBarNotification, Integer> getGroupSummaryAndCount( in getGroupSummaryAndCount()
DNotificationThrottler.java99 List<StatusBarNotification> notifications = getSortedMatchingNotifications(context, groupKey); in throttle() local
110 List<StatusBarNotification> notifications = new ArrayList<>(); in getSortedMatchingNotifications() local
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DNotificationHelperTest.java70 StatusBarNotification[] notifications = mNotificationManager.getActiveNotifications(); in testShowResumeNotification() local
87 StatusBarNotification[] notifications = mNotificationManager.getActiveNotifications(); in testShowPrivacyReminderNotification() local
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java114 public void init(Map<String, StatusBarNotification> notifications, RankingMap rankingMap) { in init()
132 Map<String, StatusBarNotification> notifications, in process()
208 List<StatusBarNotification> notifications, in filter()
257 List<StatusBarNotification> notifications) { in optimizeForDriving()
456 private List<NotificationGroup> rank(List<NotificationGroup> notifications, in rank()
476 List<NotificationGroup> notifications, RankingMap newRankingMap) { in additionalRank()
DCarNotificationView.java85 public void setNotifications(List<NotificationGroup> notifications) { in setNotifications()
DCarNotificationViewAdapter.java477 public void setNotifications(List<NotificationGroup> notifications, in setNotifications()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java184 List<NotificationKeyData> notifications = getNotificationsForItem( in getDotInfoForItem() local
248 @NonNull ItemInfo info, @NonNull List<NotificationKeyData> notifications) { in getNotificationsForItem()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java333 StatusBarNotification[] notifications = NotificationListener.this in getNotificationsForKeys() local
347 StatusBarNotification[] notifications) { in filterNotifications()
DNotificationFooterLayout.java209 public void trimNotifications(List<String> notifications) { in trimNotifications()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java171 final StatusBarNotification[] notifications = nm.getActiveNotifications(); in getFirstActiveNotification() local
191 final StatusBarNotification[] notifications = nm.getActiveNotifications(); in getActiveGroupSummaryNotification() local
DAlarmNotifications.kt255 val notifications: Array<StatusBarNotification> = nm.getActiveNotifications() in getFirstActiveNotification() constant
274 val notifications: Array<StatusBarNotification> = nm.getActiveNotifications() in getActiveGroupSummaryNotification() constant
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DBots.java50 public final NotificationsBot notifications; field in Bots
/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java78 private Map<Call, NotificationInfo> notifications = new ArrayMap<>(); field in ExternalCallNotifier
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/service/
DLocationAccessCheck.java653 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in getCurrentlyShownNotificationLocked() local
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java1997 final Set<Uri> notifications = getBatchNotificationsSet(); in applyBatch() local
2017 final Set<Uri> notifications = getBatchNotificationsSet(); in bulkInsert() local
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsProvider.java307 URI_MATCHER.addURI(AUTHORITY, "notifications", URI_NOTIFICATIONS); in URI_MATCHER.addURI()
/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
DFakeTvProvider.java2172 final Set<Uri> notifications = getBatchNotificationsSet(); in applyBatch() local
2192 final Set<Uri> notifications = getBatchNotificationsSet(); in bulkInsert() local