| /packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
| D | CarNotificationViewTest.java | 110 List<NotificationGroup> notifications = new ArrayList<>(); in onClickClearAllButton_callsFactoryClearNotificationsWithDismissibleNotifications() local 163 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_notEmpty_listViewIsVisible() local 177 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_notEmpty_emptyNotificationTextViewIsGone() local 193 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_notEmpty_manageButtonIsGone() local 205 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_empty_listViewStaysVisible() local 215 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_empty_emptyNotificationTextViewIsVisible() local 225 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_empty_manageButtonIsVisible() local 237 List<NotificationGroup> notifications = new ArrayList<>(); in removeNotification_notificationNotRemoved() local 250 List<NotificationGroup> notifications = new ArrayList<>(); in removeNotification_notificationRemoved_wholeGroupRemoved() local 265 List<NotificationGroup> notifications = new ArrayList<>(); in removeNotification_notificationRemoved_partOfGroupRemoved() local
|
| /packages/services/Mtp/src/com/android/mtp/ |
| D | MtpDocumentsService.java | 65 final Notification[] notifications = intent.hasExtra(EXTRA_DEVICE_NOTIFICATIONS) ? in onStartCommand() local 78 @Nullable int[] ids, @Nullable Notification[] notifications) { in updateForegroundState() 120 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/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/modules/Permission/tests/cts/permission/permissionTestUtilLib/src/android/permission/cts/ |
| D | CtsNotificationListenerServiceUtils.kt | 71 val notifications = getNotifications(packageName) in <lambda>() constant 90 val notifications: MutableList<StatusBarNotification> = ArrayList() in <lambda>() constant 113 val notifications: List<StatusBarNotification> = getNotifications(pkg) in <lambda>() constant
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
| D | ReportAndRegisterEventFallbackImplTest.java | 296 List<String> notifications = in testImplSuccessfullyReportsRegisteredEvents() local 417 List<String> notifications = in testImplDoesNotCrashAfterSellerReportingAndRegisteringThrowsAnException() local 538 List<String> notifications = in testImplDoesNotCrashAfterBuyerReportingAndRegisteringThrowsAnException() local 922 List<String> notifications = in testImplFailsWhenThrottled() local 1220 List<String> notifications = in testImpl_onlyReportsEvent_measurementKillSwitchEnabled() local 1270 List<String> notifications = in testImpl_onlyReportsEvent_appIsNotInMeasurementAllowlisted() local 1316 List<String> notifications = in testImpl_onlyReportsEvent_measurementConsentRevoked() local 1362 List<String> notifications = in testImpl_onlyReportsEvent_noPermissionForARA() local 1446 List<String> notifications = in test_idFoundInInitializationDb_registeredInteractionsReported() local
|
| D | ReportAndRegisterEventImplTest.java | 865 List<String> notifications = in testImpl_onlyReportsEvent_measurementKillSwitchEnabled() local 927 List<String> notifications = in testImpl_onlyReportsEvent_appIsNotInMeasurementAllowlisted() local 981 List<String> notifications = in testImpl_onlyReportsEvent_measurementConsentRevoked() local 1027 List<String> notifications = in testImpl_onlyReportsEvent_noPermissionForARA() local
|
| D | ReportEventImplTest.java | 317 List<String> notifications = in testImplSuccessfullyReportsRegisteredInteractions() local 1009 List<String> notifications = in testImplFailsWhenThrottled() local 1436 List<String> notifications = in test_idFoundInInitializationDb_registeredInteractionsReported() local
|
| D | AdSelectionServiceImplTest.java | 560 List<String> notifications = in testReportImpressionSuccessWithRegisterAdBeaconDisabled() local 688 List<String> notifications = in testReportImpressionSuccessCallbackThrowsErrorAuctionServerEnabled() local 937 List<String> notifications = in testReportImpressionSuccessCallbackThrowsErrorAuctionServerDisabled() local 1185 List<String> notifications = in testReportImpressionSuccessfullyReportsAdCost() local 1321 List<String> notifications = in testReportImpressionSuccessfullyReportsDataVersionHeader() local 1458 List<String> notifications = in testReportImpressionSuccessfullyReportsSellerDataVersionHeader() local 1583 List<String> notifications = in testReportImpressionSuccessWithRegisterAdBeaconEnabled() local 1726 List<String> notifications = in testReportImpressionSuccessWithUnifiedTablesEnabledAuctionServerDisabled() local 1869 List<String> notifications = in testReportImpressionSuccessWithUnifiedTablesEnabledAuctionServerEnabled() local 2760 List<String> notifications = in testReportImpressionSuccessWithEmptyBuyerSignals() local [all …]
|
| /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 | 198 public void setNotifications(List<NotificationGroup> notifications) { in setNotifications() 334 List<NotificationGroup> notifications = new ArrayList<>(); in getAllDismissibleNotifications() local 349 private List<View> getNotificationViews(List<NotificationGroup> notifications) { in getNotificationViews()
|
| D | CarNotificationViewAdapter.java | 438 public void setNotifications(List<NotificationGroup> notifications, in setNotifications() 680 List<AlertEntry> notifications = new ArrayList(); in setVisibleNotificationsAsSeen() local
|
| /packages/apps/Settings/src/com/android/settings/notification/history/ |
| D | NotificationHistoryPackage.java | 32 TreeSet<NotificationHistory.HistoricalNotification> notifications; field in NotificationHistoryPackage
|
| D | NotificationHistoryAdapter.java | 134 public void onRebuildComplete(List<HistoricalNotification> notifications) { in onRebuildComplete()
|
| D | NotificationSbnAdapter.java | 163 public void onRebuildComplete(List<StatusBarNotification> notifications) { in onRebuildComplete()
|
| /packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/ |
| D | TvNotificationAdapter.java | 83 public void setNotifications(SparseArray<StatusBarNotification> notifications) { in setNotifications()
|
| /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 | 596 CarSystemBarButton notifications = getNotificationCarSystemBarButton(); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_hasUnseen_setCorrectly() local 609 CarSystemBarButton notifications = getNotificationCarSystemBarButton(); 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/utils/safetycenter/java/com/android/safetycenter/testing/ |
| D | TestNotificationListener.kt | 302 ) { notifications -> in <lambda>() method
|
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/ |
| D | AccessibilitySourceService.kt | 507 val notifications = notificationsManager.activeNotifications in getCurrentNotification() constant
|
| D | NotificationListenerCheck.kt | 646 val notifications = in getCurrentlyShownNotificationLocked() constant
|