/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | GroupHelperTest.java | 316 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_allOngoing_updateChildNotOngoing() local 341 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_singleOngoing_removeOngoingChild() local 366 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_noOngoing_updateOngoingChild() local 390 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_noOngoing_addOngoingChild() local 415 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_singleOngoing_appGroupOngoingChild() local 441 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_singleOngoing_removeNonOngoingChild() local 466 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_allAutoCancel_updateChildNotAutoCancel() local 490 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_almostAllAutoCancel_updateChildAutoCancel() local 517 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_allAutoCancel_updateChildAppGrouped() local 541 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_allAutoCancel_removeChild() local
|
/aosp14/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 | 174 NotificationHistory notifications = new NotificationHistory(); in readNotificationHistory() local 193 NotificationHistory notifications = new NotificationHistory(); in readNotificationHistory() local 290 private void writeLocked(AtomicFile file, NotificationHistory notifications) in writeLocked() 371 final NotificationHistory notifications = new NotificationHistory(); in run() local
|
H A D | NotificationHistoryFilter.java | 75 public boolean matchesCountFilter(NotificationHistory notifications) { in matchesCountFilter()
|
/aosp14/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()
|
/aosp14/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
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/ |
H A D | DreamOverlayNotificationCountProviderTest.java | 67 final StatusBarNotification[] notifications = {mNotification1}; in setup() local
|
/aosp14/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
|
H A D | NotificationMemoryLogger.kt | 90 val notifications = getAllNotificationsOnMainThread() regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManager.java | 445 Collection<NotificationEntry> notifications = mNotifCollection.getAllNotifs(); in updateWidgetsWithNotificationChanged() local 453 Collection<NotificationEntry> notifications) { in updateWidgetsWithNotificationChangedInBackground() 516 Map<PeopleTileKey, Set<NotificationEntry>> notifications = in augmentTileFromNotificationEntryManager() local 527 Collection<NotificationEntry> notifications in groupConversationNotifications() 549 Map<PeopleTileKey, Set<NotificationEntry>> notifications, in augmentTileFromNotifications() 590 Map<PeopleTileKey, Set<NotificationEntry>> notifications) { in getAugmentedTileForExistingWidget()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/ |
H A D | TvNotificationAdapter.java | 82 public void setNotifications(SparseArray<StatusBarNotification> notifications) { in setNotifications()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobNotificationCoordinator.java | 233 final IntArray notifications = mUijNotifications.get(userId, packageName); in isNotificationAssociatedWithAnyUserInitiatedJobs() local 282 final IntArray notifications = mUijNotifications.get(userId, packageName); in maybeDeleteNotificationIdAssociation() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackSizeCalculator.kt | 316 var notifications = 0f regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryLoggerTest.kt | 261 val notifications = regex
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaScanner.java | 161 private Uri endFile(FileEntry entry, boolean ringtones, boolean notifications, in endFile()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationListener.java | 108 final StatusBarNotification[] notifications = getActiveNotifications(); in onListenerConnected() local
|
/aosp14/frameworks/base/telephony/java/android/telephony/euicc/ |
H A D | EuiccCardManager.java | 822 public void onComplete(int resultCode, EuiccNotification[] notifications) { in listNotifications() 852 public void onComplete(int resultCode, EuiccNotification[] notifications) { in retrieveNotificationList()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleSpaceUtils.java | 168 Map<PeopleTileKey, Set<NotificationEntry>> notifications) { in getNotificationsByUri()
|