Home
last modified time | relevance | path

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

12

/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/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/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/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()
303 private List<AlertEntry> optimizeForDriving(List<AlertEntry> notifications) { in optimizeForDriving()
741 protected List<NotificationGroup> rank(List<NotificationGroup> notifications, in rank()
DCarNotificationView.java163 public void setNotifications(List<NotificationGroup> notifications) { in setNotifications()
299 List<NotificationGroup> notifications = new ArrayList<>(); in getAllDismissibleNotifications() local
314 private List<View> getNotificationViews(List<NotificationGroup> notifications) { in getNotificationViews()
DCarNotificationViewAdapter.java436 public void setNotifications(List<NotificationGroup> notifications, in setNotifications()
678 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/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DInteractionReporterTest.java293 List<String> notifications = in testReportInteractionSuccessfullyReportsRegisteredInteractions() local
900 List<String> notifications = in testReportInteractionFailsWhenThrottled() local
DAdSelectionServiceImplTest.java478 List<String> notifications = in testReportImpressionSuccessWithRegisterAdBeaconDisabled() local
584 List<String> notifications = in testReportImpressionSuccessWithRegisterAdBeaconEnabled() local
694 List<String> notifications = in testReportImpressionSuccessWithEmptyBuyerSignals() local
1077 List<String> notifications = in testReportImpressionSuccessfullyRegistersEventUris() local
1375 List<String> notifications = in testReportImpressionSucceedsButDesNotRegisterUrisThatFailDomainValidation() local
1530 List<String> notifications = in testReportImpressionSucceedsButDesNotRegisterMalformedUris() local
1956 List<String> notifications = in testReportImpressionDoesNotRegisterMoreThanMaxInteractionUrisFromPhFlag() local
2129 List<String> notifications = in testReportImpressionSucceedsButDesNotRegisterUrisWithInteractionKeySizeThatExceedsMax() local
3036 List<String> notifications = in testReportImpressionUseDevOverrideForSellerJS() local
3209 List<String> notifications = in testReportImpressionUseDevOverrideForSellerJSSuccessfullyRegistersEventUris() local
[all …]
/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.java606 CarSystemBarButton notifications = bottomBar.findViewById(R.id.notifications); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_hasUnseen_setCorrectly() local
620 CarSystemBarButton notifications = bottomBar.findViewById(R.id.notifications); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_noUnseen_setCorrectly() local
/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/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DDispatchResponse.java188 public final List<Notification> notifications; field in DispatchResponse
/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java78 private Map<Call, NotificationInfo> notifications = new ArrayMap<>(); field in ExternalCallNotifier
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/testing/
DTestNotificationListener.kt286 ) { notifications -> notifications.none { it.statusBarNotification.key == key } } in <lambda>() method
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DAccessibilitySourceService.kt508 val notifications = notificationsManager.activeNotifications in getCurrentNotification() constant
DNotificationListenerCheck.kt617 val notifications = in getCurrentlyShownNotificationLocked() constant
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java2126 final Set<Uri> notifications = getBatchNotificationsSet(); in applyBatch() local
2146 final Set<Uri> notifications = getBatchNotificationsSet(); in bulkInsert() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DLocationAccessCheck.java759 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in getCurrentlyShownNotificationLocked() local

12