/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | CarNotificationViewTest.java | 103 List<NotificationGroup> notifications = new ArrayList<>(); in onClickClearAllButton_callsFactoryClearNotificationsWithDismissibleNotifications() local 153 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_notEmpty_listViewIsVisible() local 167 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_notEmpty_emptyNotificationTextViewIsGone() local 183 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_notEmpty_manageButtonIsGone() local 195 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_empty_listViewIsGone() local 205 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_empty_emptyNotificationTextViewIsVisible() local 215 List<NotificationGroup> notifications = new ArrayList<>(); in setNotifications_empty_manageButtonIsVisible() local 227 List<NotificationGroup> notifications = new ArrayList<>(); in removeNotification_notificationNotRemoved() local 240 List<NotificationGroup> notifications = new ArrayList<>(); in removeNotification_notificationRemoved_wholeGroupRemoved() local 255 List<NotificationGroup> notifications = new ArrayList<>(); in removeNotification_notificationRemoved_partOfGroupRemoved() local
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | GroupHelperTest.java | 162 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_addingNoGroupSBN() local 187 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_UpdateNotification() local 216 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_UpdateNotificationAfterChanges() local 249 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_RemoveNotification() local 277 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_UpdateToNoneOngoingNotification() local 304 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_AddOneOngoingNotification() local 328 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_UpdateNoneOngoing() local
|
/aosp12/packages/services/Mtp/src/com/android/mtp/ |
H A 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
|
H A D | ServiceIntentSender.java | 65 final Notification[] notifications = new Notification[records.length]; in sendUpdateNotificationIntent() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/ |
H A 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()
|
H A D | NotificationThrottler.java | 99 List<StatusBarNotification> notifications = getSortedMatchingNotifications(context, groupKey); in throttle() local 110 List<StatusBarNotification> notifications = new ArrayList<>(); in getSortedMatchingNotifications() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryProtoHelper.java | 65 final NotificationHistory notifications) { in writeStringPool() 76 NotificationHistory notifications, NotificationHistoryFilter filter) in readNotification() 305 public static void read(InputStream in, NotificationHistory notifications, in read() 328 public static void write(OutputStream out, NotificationHistory notifications, int version) { in write()
|
H A D | NotificationHistoryDatabase.java | 195 NotificationHistory notifications = new NotificationHistory(); in readNotificationHistory() local 214 NotificationHistory notifications = new NotificationHistory(); in readNotificationHistory() local 328 private void writeLocked(AtomicFile file, NotificationHistory notifications) in writeLocked() 436 final NotificationHistory notifications = new NotificationHistory(); in run() local
|
H A D | NotificationHistoryFilter.java | 75 public boolean matchesCountFilter(NotificationHistory notifications) { in matchesCountFilter()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
H A D | IListNotificationsCallback.aidl | 22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
|
H A D | IRetrieveNotificationListCallback.aidl | 22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | PreprocessingManager.java | 134 public void init(Map<String, AlertEntry> notifications, RankingMap rankingMap) { in init() 151 Map<String, AlertEntry> notifications, RankingMap rankingMap) { in process() 220 List<AlertEntry> notifications, in filter() 297 private List<AlertEntry> optimizeForDriving(List<AlertEntry> notifications) { in optimizeForDriving() 648 protected List<NotificationGroup> rank(List<NotificationGroup> notifications, in rank()
|
H A D | CarNotificationView.java | 156 public void setNotifications(List<NotificationGroup> notifications) { in setNotifications() 286 List<NotificationGroup> notifications = new ArrayList<>(); in getAllDismissibleNotifications() local 301 private List<View> getNotificationViews(List<NotificationGroup> notifications) { in getNotificationViews()
|
H A D | CarNotificationViewAdapter.java | 436 public void setNotifications(List<NotificationGroup> notifications, in setNotifications() 661 List<AlertEntry> notifications = new ArrayList(); in setNotificationsAsSeen() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | NotificationHelperTest.java | 192 Set<NotificationEntry> notifications = Set.of( in testGetHighestPriorityNotification_missedCallHigherPriority() local 201 Set<NotificationEntry> notifications = Set.of( in testGetHighestPriorityNotification_moreRecentLastMessage() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
H A D | PopupDataProvider.java | 172 List<NotificationKeyData> notifications = getNotificationsForItem( in getDotInfoForItem() local 245 @NonNull ItemInfo info, @NonNull List<NotificationKeyData> notifications) { in getNotificationsForItem()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/ |
H A D | NotificationHistoryPackage.java | 32 TreeSet<NotificationHistory.HistoricalNotification> notifications; field in NotificationHistoryPackage
|
H A D | NotificationHistoryAdapter.java | 132 public void onRebuildComplete(List<HistoricalNotification> notifications) { in onRebuildComplete()
|
H A D | NotificationSbnAdapter.java | 162 public void onRebuildComplete(List<StatusBarNotification> notifications) { in onRebuildComplete()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | Notifications.proto | 51 repeated Notification notifications = 1; // An ordered sequence of notifications. field
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/ |
H A D | TvNotificationAdapter.java | 81 public void setNotifications(SparseArray<StatusBarNotification> notifications) { in setNotifications()
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
H A D | Bots.java | 50 public final NotificationsBot notifications; field in Bots
|
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/ |
H A D | CarSystemBarControllerTest.java | 554 CarSystemBarButton notifications = bottomBar.findViewById(R.id.notifications); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_hasUnseen_setCorrectly() local 568 CarSystemBarButton notifications = bottomBar.findViewById(R.id.notifications); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_noUnseen_setCorrectly() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManager.java | 511 Map<PeopleTileKey, Set<NotificationEntry>> notifications = in augmentTileFromNotificationEntryManager() local 522 List<NotificationEntry> notifications = in getGroupedConversationNotifications() local 549 Map<PeopleTileKey, Set<NotificationEntry>> notifications, in augmentTileFromNotifications() 590 Map<PeopleTileKey, Set<NotificationEntry>> notifications) { in getAugmentedTileForExistingWidget()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationListener.java | 86 final StatusBarNotification[] notifications = getActiveNotifications(); in onListenerConnected() local
|