Home
last modified time | relevance | path

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

12

/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/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java478 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_allOngoing_updateChildNotOngoing() local
503 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_singleOngoing_removeOngoingChild() local
529 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_noOngoing_updateOngoingChild() local
553 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_noOngoing_addOngoingChild() local
578 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_singleOngoing_appGroupOngoingChild() local
605 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_singleOngoing_removeNonOngoingChild() local
630 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_allAutoCancel_updateChildNotAutoCancel() local
655 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_almostAllAutoCancel_updateChildAutoCancel() local
682 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_allAutoCancel_updateChildAppGrouped() local
706 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGrouped_allAutoCancel_removeChild() local
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIListNotificationsCallback.aidl22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
DIRetrieveNotificationListCallback.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/services/core/java/com/android/server/
DSensitiveContentProtectionManagerService.java169 public void addSeenNotifications( in addSeenNotifications()
388 StatusBarNotification[] notifications; in updateAppsThatShouldBlockScreenCapture() local
409 private static @NonNull ArraySet<PackageInfo> getSensitivePackagesFromNotifications( in getSensitivePackagesFromNotifications()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayNotificationCountProviderTest.java68 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.java478 Collection<NotificationEntry> notifications = mNotifCollection.getAllNotifs(); in updateWidgetsWithNotificationChanged() local
486 Collection<NotificationEntry> notifications) { in updateWidgetsWithNotificationChangedInBackground()
549 Map<PeopleTileKey, Set<NotificationEntry>> notifications = in augmentTileFromNotificationEntryManager() local
560 Collection<NotificationEntry> notifications in groupConversationNotifications()
582 Map<PeopleTileKey, Set<NotificationEntry>> notifications, in augmentTileFromNotifications()
623 Map<PeopleTileKey, Set<NotificationEntry>> notifications) { in getAugmentedTileForExistingWidget()
/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/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationLoggerViewModelTest.kt102 val notifications by collectLastValue(underTest.activeNotifications) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationStatsLoggerBinder.kt51 .collectLatest { (isPanelInteractive, isOnLockScreen, notifications) -> in <lambda>() method
/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/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractor.kt60 ) { notifications, isolatedNotifKey, notifsFullyHidden -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenSceneViewModel.kt57 val notifications: NotificationsPlaceholderViewModel, in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLoggerTest.kt264 val notifications = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/viewmodel/
DQuickSettingsSceneViewModel.kt58 val notifications: NotificationsPlaceholderViewModel, constant in com.android.systemui.qs.ui.viewmodel.QuickSettingsSceneViewModel
/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/shade/ui/viewmodel/
DShadeSceneViewModel.kt63 val notifications: NotificationsPlaceholderViewModel, in <lambda>() constant in com.android.systemui.shade.ui.viewmodel.ShadeSceneViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculator.kt346 var notifications = 0f in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java113 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

12