Home
last modified time | relevance | path

Searched refs:bubblesOptional (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationClicker.java57 Optional<Bubbles> bubblesOptional, in NotificationClicker() argument
61 mBubblesOptional = bubblesOptional; in NotificationClicker()
141 Optional<Bubbles> bubblesOptional, in build() argument
147 bubblesOptional, in build()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DNotificationHelper.java242 Optional<Bubbles> bubblesOptional, NotificationEntry entry) { in shouldFilterOut() argument
246 isSuppressed = bubblesOptional.isPresent() in shouldFilterOut()
247 && bubblesOptional.get().isBubbleNotificationSuppressedFromShade( in shouldFilterOut()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DBubbleCoordinator.java70 Optional<Bubbles> bubblesOptional, in BubbleCoordinator() argument
73 mBubblesOptional = bubblesOptional; in BubbleCoordinator()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DShellInitImpl.java71 Optional<BubbleController> bubblesOptional, in ShellInitImpl() argument
87 mBubblesOptional = bubblesOptional; in ShellInitImpl()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DShadeControllerImpl.java66 Optional<Bubbles> bubblesOptional in ShadeControllerImpl() argument
76 mBubblesOptional = bubblesOptional; in ShadeControllerImpl()
H A DNotificationIconAreaController.java122 Optional<Bubbles> bubblesOptional, in NotificationIconAreaController() argument
136 mBubblesOptional = bubblesOptional; in NotificationIconAreaController()
H A DStatusBar.java732 Optional<Bubbles> bubblesOptional, in StatusBar()
835 mBubblesOptional = bubblesOptional; in StatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt85 bubblesOptional: Optional<Bubbles>,
102 Optional.of(statusBar), bubblesOptional, notificationActivityStarter))
H A DNotificationsController.kt40 bubblesOptional: Optional<Bubbles>,
H A DNotificationsControllerStub.kt42 bubblesOptional: Optional<Bubbles>,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java201 Optional<Bubbles> bubblesOptional, in provideBubblesManager() argument
211 return Optional.ofNullable(BubblesManager.create(context, bubblesOptional, in provideBubblesManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DStatusBarDependenciesModule.java199 Optional<Bubbles> bubblesOptional, in provideNotificationViewHierarchyManager() argument
215 bubblesOptional, in provideNotificationViewHierarchyManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarPhoneModule.java184 Optional<Bubbles> bubblesOptional, in provideStatusBar()
286 bubblesOptional, in provideStatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java128 Optional<Bubbles> bubblesOptional, in create() argument
145 if (bubblesOptional.isPresent()) { in create()
146 return new BubblesManager(context, bubblesOptional.get(), in create()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java119 Optional<Bubbles> bubblesOptional, in NotificationViewHierarchyManager() argument
138 mBubblesOptional = bubblesOptional; in NotificationViewHierarchyManager()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellBaseModule.java609 Optional<BubbleController> bubblesOptional, in provideShellInitImpl() argument
625 bubblesOptional, in provideShellInitImpl()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java160 PackageManager packageManager, Optional<Bubbles> bubblesOptional, in PeopleSpaceWidgetManager() argument
175 mBubblesOptional = bubblesOptional; in PeopleSpaceWidgetManager()
239 Optional<Bubbles> bubblesOptional, UserManager userManager, BackupManager backupManager, in PeopleSpaceWidgetManager() argument
249 mBubblesOptional = bubblesOptional; in PeopleSpaceWidgetManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java95 Optional<Bubbles> bubblesOptional, in NotificationGroupManagerLegacy() argument
99 mBubblesOptional = bubblesOptional; in NotificationGroupManagerLegacy()