Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationViewTest.java109 List<NotificationGroup> notifications = new ArrayList<>(); in onClickClearAllButton_callsFactoryClearNotificationsWithDismissibleNotifications() local
159 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_notEmpty_listViewIsVisible() local
173 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_notEmpty_emptyNotificationTextViewIsGone() local
189 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_notEmpty_manageButtonIsGone() local
201 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_empty_listViewStaysVisible() local
211 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_empty_emptyNotificationTextViewIsVisible() local
221 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_empty_manageButtonIsVisible() local
233 List<NotificationGroup> notifications = new ArrayList<>(); in removeNotification_notificationNotRemoved() local
246 List<NotificationGroup> notifications = new ArrayList<>(); in removeNotification_notificationRemoved_wholeGroupRemoved() local
261 List<NotificationGroup> notifications = new ArrayList<>(); in removeNotification_notificationRemoved_partOfGroupRemoved() local
/packages/services/Mtp/src/com/android/mtp/
DMtpDocumentsService.java63 final Notification[] notifications = intent.hasExtra(EXTRA_DEVICE_NOTIFICATIONS) ? in onStartCommand() local
76 @Nullable int[] ids, @Nullable Notification[] notifications) { in updateForegroundState()
118 final Notification[] notifications = new Notification[src.length]; in castToNotifications() local
DServiceIntentSender.java65 final Notification[] notifications = new Notification[records.length]; in sendUpdateNotificationIntent() local
/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/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java136 public void init(Map<String, AlertEntry> notifications, RankingMap rankingMap) { in init()
153 Map<String, AlertEntry> notifications, RankingMap rankingMap) { in process()
222 List<AlertEntry> notifications, in filter()
299 private List<AlertEntry> optimizeForDriving(List<AlertEntry> notifications) { in optimizeForDriving()
706 protected List<NotificationGroup> rank(List<NotificationGroup> notifications, in rank()
DCarNotificationView.java160 public void setNotifications(List<NotificationGroup> notifications) { in setNotifications()
296 List<NotificationGroup> notifications = new ArrayList<>(); in getAllDismissibleNotifications() local
311 private List<View> getNotificationViews(List<NotificationGroup> notifications) { in getNotificationViews()
DCarNotificationViewAdapter.java434 public void setNotifications(List<NotificationGroup> notifications, in setNotifications()
676 List<AlertEntry> notifications = new ArrayList(); in setVisibleNotificationsAsSeen() local
/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothNotificationManagerTest.java95 StatusBarNotification[] notifications = new StatusBarNotification[0]; in getActiveNotifications() local
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationHistoryPackage.java32 TreeSet<NotificationHistory.HistoricalNotification> notifications; field in NotificationHistoryPackage
DNotificationHistoryAdapter.java132 public void onRebuildComplete(List<HistoricalNotification> notifications) { in onRebuildComplete()
DNotificationSbnAdapter.java162 public void onRebuildComplete(List<StatusBarNotification> notifications) { in onRebuildComplete()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java172 List<NotificationKeyData> notifications = getNotificationsForItem( in getDotInfoForItem() local
254 @NonNull ItemInfo info, @NonNull List<NotificationKeyData> notifications) { in getNotificationsForItem()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DBots.java50 public final NotificationsBot notifications; field in Bots
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java580 CarSystemBarButton notifications = bottomBar.findViewById(R.id.notifications); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_hasUnseen_setCorrectly() local
594 CarSystemBarButton notifications = bottomBar.findViewById(R.id.notifications); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_noUnseen_setCorrectly() local
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DDispatchResponse.java180 public final List<Notification> notifications; field in DispatchResponse
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt255 val notifications: Array<StatusBarNotification> = nm.getActiveNotifications() in getFirstActiveNotification() constant
274 val notifications: Array<StatusBarNotification> = nm.getActiveNotifications() in getActiveGroupSummaryNotification() constant
/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java78 private Map<Call, NotificationInfo> notifications = new ArrayMap<>(); field in ExternalCallNotifier
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DLocationAccessCheck.java649 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in getCurrentlyShownNotificationLocked() local
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java2121 final Set<Uri> notifications = getBatchNotificationsSet(); in applyBatch() local
2141 final Set<Uri> notifications = getBatchNotificationsSet(); in bulkInsert() local
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsProvider.java299 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