/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/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/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/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() 299 private List<AlertEntry> optimizeForDriving(List<AlertEntry> notifications) { in optimizeForDriving() 706 protected List<NotificationGroup> rank(List<NotificationGroup> notifications, in rank()
|
D | CarNotificationView.java | 160 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()
|
D | CarNotificationViewAdapter.java | 434 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/ |
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/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 | 580 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/ |
D | DispatchResponse.java | 180 public final List<Notification> notifications; field in DispatchResponse
|
/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/apps/Dialer/java/com/android/incallui/ |
D | ExternalCallNotifier.java | 78 private Map<Call, NotificationInfo> notifications = new ArrayMap<>(); field in ExternalCallNotifier
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/ |
D | LocationAccessCheck.java | 649 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in getCurrentlyShownNotificationLocked() local
|
/packages/providers/TvProvider/src/com/android/providers/tv/ |
D | TvProvider.java | 2121 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/ |
D | MmsSmsProvider.java | 299 URI_MATCHER.addURI(AUTHORITY, "notifications", URI_NOTIFICATIONS); in URI_MATCHER.addURI()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/ |
D | FakeTvProvider.java | 2172 final Set<Uri> notifications = getBatchNotificationsSet(); in applyBatch() local 2192 final Set<Uri> notifications = getBatchNotificationsSet(); in bulkInsert() local
|