Home
last modified time | relevance | path

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

12

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationViewTest.java110 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/
DMtpDocumentsService.java65 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
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/modules/Permission/tests/cts/permission/permissionTestUtilLib/src/android/permission/cts/
DCtsNotificationListenerServiceUtils.kt71 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/
DReportAndRegisterEventFallbackImplTest.java296 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
DReportAndRegisterEventImplTest.java865 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
DReportEventImplTest.java317 List<String> notifications = in testImplSuccessfullyReportsRegisteredInteractions() local
1009 List<String> notifications = in testImplFailsWhenThrottled() local
1436 List<String> notifications = in test_idFoundInInitializationDb_registeredInteractionsReported() local
DAdSelectionServiceImplTest.java560 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/
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.java198 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()
DCarNotificationViewAdapter.java438 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/
DNotificationHistoryPackage.java32 TreeSet<NotificationHistory.HistoricalNotification> notifications; field in NotificationHistoryPackage
DNotificationHistoryAdapter.java134 public void onRebuildComplete(List<HistoricalNotification> notifications) { in onRebuildComplete()
DNotificationSbnAdapter.java163 public void onRebuildComplete(List<StatusBarNotification> notifications) { in onRebuildComplete()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationAdapter.java83 public void setNotifications(SparseArray<StatusBarNotification> notifications) { in setNotifications()
/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.java596 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/
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/utils/safetycenter/java/com/android/safetycenter/testing/
DTestNotificationListener.kt302 ) { notifications -> in <lambda>() method
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DAccessibilitySourceService.kt507 val notifications = notificationsManager.activeNotifications in getCurrentNotification() constant
DNotificationListenerCheck.kt646 val notifications = in getCurrentlyShownNotificationLocked() constant

12