| /packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
| D | CarNotificationViewTest.java | 109 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/ |
| D | DialerNotificationManager.java | 72 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()
|
| D | NotificationThrottler.java | 99 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/ |
| D | MtpDocumentsService.java | 63 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
|
| D | ServiceIntentSender.java | 65 final Notification[] notifications = new Notification[records.length]; in sendUpdateNotificationIntent() local
|
| /packages/apps/Car/Notification/src/com/android/car/notification/ |
| D | PreprocessingManager.java | 136 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()
|
| D | CarNotificationView.java | 163 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()
|
| D | CarNotificationViewAdapter.java | 436 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/ |
| D | BluetoothNotificationManagerTest.java | 95 StatusBarNotification[] notifications = new StatusBarNotification[0]; in getActiveNotifications() local
|
| /packages/apps/Settings/src/com/android/settings/notification/history/ |
| D | NotificationHistoryPackage.java | 32 TreeSet<NotificationHistory.HistoricalNotification> notifications; field in NotificationHistoryPackage
|
| D | NotificationHistoryAdapter.java | 132 public void onRebuildComplete(List<HistoricalNotification> notifications) { in onRebuildComplete()
|
| D | NotificationSbnAdapter.java | 162 public void onRebuildComplete(List<StatusBarNotification> notifications) { in onRebuildComplete()
|
| /packages/apps/Launcher3/src/com/android/launcher3/popup/ |
| D | PopupDataProvider.java | 172 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/ |
| D | InteractionReporterTest.java | 293 List<String> notifications = in testReportInteractionSuccessfullyReportsRegisteredInteractions() local 900 List<String> notifications = in testReportInteractionFailsWhenThrottled() local
|
| D | AdSelectionServiceImplTest.java | 478 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/ |
| D | Bots.java | 50 public final NotificationsBot notifications; field in Bots
|
| /packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/ |
| D | CarSystemBarControllerTest.java | 606 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/ |
| D | AlarmNotifications.kt | 255 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/ |
| D | DispatchResponse.java | 188 public final List<Notification> notifications; field in DispatchResponse
|
| /packages/apps/Dialer/java/com/android/incallui/ |
| D | ExternalCallNotifier.java | 78 private Map<Call, NotificationInfo> notifications = new ArrayMap<>(); field in ExternalCallNotifier
|
| /packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/testing/ |
| D | TestNotificationListener.kt | 286 ) { notifications -> notifications.none { it.statusBarNotification.key == key } } in <lambda>() method
|
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/ |
| D | AccessibilitySourceService.kt | 508 val notifications = notificationsManager.activeNotifications in getCurrentNotification() constant
|
| D | NotificationListenerCheck.kt | 617 val notifications = in getCurrentlyShownNotificationLocked() constant
|
| /packages/providers/TvProvider/src/com/android/providers/tv/ |
| D | TvProvider.java | 2126 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/ |
| D | LocationAccessCheck.java | 759 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in getCurrentlyShownNotificationLocked() local
|