/frameworks/base/services/core/java/com/android/server/notification/ |
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()
|
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
|
D | NotificationHistoryFilter.java | 75 public boolean matchesCountFilter(NotificationHistory notifications) { in matchesCountFilter()
|
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
D | IRetrieveNotificationListCallback.aidl | 22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
|
D | IListNotificationsCallback.aidl | 22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/people/ |
D | NotificationHelperTest.java | 192 Set<NotificationEntry> notifications = Set.of( in testGetHighestPriorityNotification_missedCallHigherPriority() local 201 Set<NotificationEntry> notifications = Set.of( in testGetHighestPriorityNotification_moreRecentLastMessage() local
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/ |
D | DreamOverlayNotificationCountProviderTest.java | 68 final StatusBarNotification[] notifications = {mNotification1}; in setup() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | SensitiveContentProtectionManagerService.java | 173 public void addSeenNotifications( in addSeenNotifications() 403 StatusBarNotification[] notifications; in updateAppsThatShouldBlockScreenCapture() local 424 private static @NonNull ArraySet<PackageInfo> getSensitivePackagesFromNotifications( in getSensitivePackagesFromNotifications()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManager.java | 487 Collection<NotificationEntry> notifications = mNotifCollection.getAllNotifs(); in updateWidgetsWithNotificationChanged() local 495 Collection<NotificationEntry> notifications) { in updateWidgetsWithNotificationChangedInBackground() 562 Map<PeopleTileKey, Set<NotificationEntry>> notifications = in augmentTileFromNotificationEntryManager() local 573 Collection<NotificationEntry> notifications in groupConversationNotifications() 595 Map<PeopleTileKey, Set<NotificationEntry>> notifications, in augmentTileFromNotifications() 636 Map<PeopleTileKey, Set<NotificationEntry>> notifications) { in getAugmentedTileForExistingWidget()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | Notifications.proto | 58 repeated Notification notifications = 1; // An ordered sequence of notifications. field
|
D | NotificationMemoryLogger.kt | 90 val notifications = getAllNotificationsOnMainThread() in <lambda>() constant
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/ |
D | NotificationStatsLoggerBinder.kt | 51 .collectLatest { (isPanelInteractive, isOnLockScreen, notifications) -> in <lambda>() method
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 605 ArrayList<NotificationRecord> notifications = new ArrayList<>(); in testAutoGrouped_allOngoing_updateChildNotOngoing() local 632 ArrayList<NotificationRecord> notifications = new ArrayList<>(); in testAutoGrouped_singleOngoing_removeOngoingChild() local 659 ArrayList<NotificationRecord> notifications = new ArrayList<>(); in testAutoGrouped_noOngoing_updateOngoingChild() local 684 ArrayList<NotificationRecord> notifications = new ArrayList<>(); in testAutoGrouped_noOngoing_addOngoingChild() local 711 ArrayList<NotificationRecord> notifications = new ArrayList<>(); in testAutoGrouped_singleOngoing_appGroupOngoingChild() local 741 ArrayList<NotificationRecord> notifications = new ArrayList<>(); in testAutoGrouped_singleOngoing_removeNonOngoingChild() local 769 ArrayList<NotificationRecord> notifications = new ArrayList<>(); in testAutoGrouped_singleOngoing_removeNonOngoingChild_forceGrouping() local 796 ArrayList<NotificationRecord> notifications = new ArrayList<>(); in testAutoGrouped_allAutoCancel_updateChildNotAutoCancel() local 822 ArrayList<NotificationRecord> notifications = new ArrayList<>(); in testAutoGrouped_almostAllAutoCancel_updateChildAutoCancel() local 851 ArrayList<NotificationRecord> notifications = new ArrayList<>(); in testAutoGrouped_allAutoCancel_updateChildAppGrouped() local [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/inputdevice/tutorial/domain/interactor/ |
D | TutorialNotificationCoordinatorTest.kt | 238 val notifications = if (hasTutorialNotification) arrayOf(notification) else emptyArray() in mockNotifications() constant
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
D | NotificationListener.kt | 25 private val notifications: MutableMap<Any, StatusBarNotification> = mutableMapOf() constant in com.android.wm.shell.flicker.utils.NotificationListener
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationLoggerViewModelTest.kt | 173 val notifications by collectLastValue(underTest.activeNotifications) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRebindingTracker.kt | 54 .map { notifications: Map<String, *> -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryLoggerTest.kt | 264 val notifications = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/domain/interactor/ |
D | NotificationIconsInteractor.kt | 74 ) { notifications, isolatedNotifKey, aodPromotedKeyToHide, notifsFullyHidden -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/notification/ui/viewmodel/ |
D | NotifChipsViewModel.kt | 65 ) { notifications, headsUpState -> in <lambda>() method
|
/frameworks/base/media/java/android/media/ |
D | MediaScanner.java | 161 private Uri endFile(FileEntry entry, boolean ringtones, boolean notifications, in endFile()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationListener.java | 104 final StatusBarNotification[] notifications = getActiveNotifications(); in onListenerConnected() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackSizeCalculator.kt | 370 var notifications = 0f in <lambda>() variable
|
/frameworks/av/media/codec2/hal/aidl/ |
D | InputBufferManager.cpp | 311 std::list<Notification> notifications; in processNotifications() local
|