Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java316 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
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryProtoHelper.java65 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()
DNotificationHistoryDatabase.java174 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
DNotificationHistoryFilter.java75 public boolean matchesCountFilter(NotificationHistory notifications) { in matchesCountFilter()
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIRetrieveNotificationListCallback.aidl22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
DIListNotificationsCallback.aidl22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DNotificationHelperTest.java192 Set<NotificationEntry> notifications = Set.of( in testGetHighestPriorityNotification_missedCallHigherPriority() local
201 Set<NotificationEntry> notifications = Set.of( in testGetHighestPriorityNotification_moreRecentLastMessage() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
DDreamOverlayNotificationCountProviderTest.java67 final StatusBarNotification[] notifications = {mNotification1}; in setup() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotifications.proto51 repeated Notification notifications = 1; // An ordered sequence of notifications. field
DNotificationMemoryLogger.kt90 val notifications = getAllNotificationsOnMainThread() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java445 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
DTvNotificationAdapter.java82 public void setNotifications(SparseArray<StatusBarNotification> notifications) { in setNotifications()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobNotificationCoordinator.java233 final IntArray notifications = mUijNotifications.get(userId, packageName); in isNotificationAssociatedWithAnyUserInitiatedJobs() local
282 final IntArray notifications = mUijNotifications.get(userId, packageName); in maybeDeleteNotificationIdAssociation() local
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
DNotificationListener.kt25 private val notifications: MutableMap<Any, StatusBarNotification> = mutableMapOf() constant in com.android.wm.shell.flicker.utils.NotificationListener
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLoggerTest.kt261 val notifications = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculator.kt316 var notifications = 0f in <lambda>() variable
/frameworks/base/media/java/android/media/
DMediaScanner.java161 private Uri endFile(FileEntry entry, boolean ringtones, boolean notifications, in endFile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java108 final StatusBarNotification[] notifications = getActiveNotifications(); in onListenerConnected() local
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DInputBufferManager.cpp328 std::list<Notification> notifications; in processNotifications() local
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto466 optional NotificationList notifications = 3 [(log_mode) = MODE_BYTES]; field
495 repeated Notification notifications = 1; // An ordered sequence of notifications. field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java870 EuiccNotification[] notifications = new EuiccNotification[nodes.size()]; in listNotifications() local
911 EuiccNotification[] notifications = new EuiccNotification[nodes.size()]; in retrieveNotificationList() local
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java822 public void onComplete(int resultCode, EuiccNotification[] notifications) { in listNotifications()
852 public void onComplete(int resultCode, EuiccNotification[] notifications) { in retrieveNotificationList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java168 Map<PeopleTileKey, Set<NotificationEntry>> notifications) { in getNotificationsByUri()