Home
last modified time | relevance | path

Searched defs:posted (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGroupHelperTest.java561 List<StatusBarNotification> posted = new ArrayList<>(); in testDropToZeroRemoveGroup() local
589 List<StatusBarNotification> posted = new ArrayList<>(); in testAppStartsGrouping() local
618 List<StatusBarNotification> posted = new ArrayList<>(); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled() local
H A DNotificationManagerServiceTest.java1784 StatusBarNotification[] posted = mBinderService.getActiveNotifications(PKG); in testEnqueueNotificationWithTag_nullAction_fixed() local
1805 StatusBarNotification[] posted = mBinderService.getActiveNotifications(PKG); in testEnqueueNotificationWithTag_allNullActions_fixed() local
4856 NotificationRecord posted = mService.findNotificationLocked( in testNoNotificationDuringSetupPermission() local
4881 NotificationRecord posted = mService.findNotificationLocked( in testNoFakeColorizedPermission() local
4907 NotificationRecord posted = mService.findNotificationLocked( in testMediaStyleRemote_hasPermission() local
4935 NotificationRecord posted = mService.findNotificationLocked( in testMediaStyleRemote_noPermission() local
4968 NotificationRecord posted = mService.findNotificationLocked( in testCustomMediaStyleRemote_noPermission() local
4997 NotificationRecord posted = mService.findNotificationLocked( in testSubstituteAppName_hasPermission() local
5023 NotificationRecord posted = mService.findNotificationLocked( in testSubstituteAppName_noPermission() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.kt265 val posted = PostedEntry( regex
430 val posted = mPostedEntries.compute(entry.key) { _, value -> regex