/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | BubbleCoordinator.java | 26 import com.android.systemui.wmshell.BubblesManager; 60 private final Optional<BubblesManager> mBubblesManagerOptional; 69 Optional<BubblesManager> bubblesManagerOptional, in BubbleCoordinator() 123 private final BubblesManager.NotifCallback mNotifCallback = new BubblesManager.NotifCallback() {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 91 public class BubblesManager { class 120 public static BubblesManager create(Context context, in create() 139 return new BubblesManager(context, in create() 163 BubblesManager(Context context, in BubblesManager() method in BubblesManager 382 BubblesManager.this.onEntryAdded(entry); in setupNotifPipeline() 387 BubblesManager.this.onEntryUpdated(entry, fromSystem); in setupNotifPipeline() 394 BubblesManager.this.onEntryRemoved(entry); in setupNotifPipeline() 400 BubblesManager.this.onRankingUpdate(rankingMap); in setupNotifPipeline() 409 BubblesManager.this.onNotificationChannelModified( in setupNotifPipeline()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | LaunchConversationActivity.java | 44 import com.android.systemui.wmshell.BubblesManager; 59 private final Optional<BubblesManager> mBubblesManagerOptional; 72 Optional<BubblesManager> bubblesManagerOptional, in LaunchConversationActivity()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationConversationInfo.java | 76 import com.android.systemui.wmshell.BubblesManager; 96 private Optional<BubblesManager> mBubblesManagerOptional; 211 Optional<BubblesManager> bubblesManagerOptional, in bindNotification() 275 && BubblesManager.areBubblesEnabled(mContext, mSbn.getUser())) { in bindActions() 555 && BubblesManager.areBubblesEnabled(mContext, mSbn.getUser()); in willShowAsBubble()
|
H A D | ExpandableNotificationRowController.java | 64 import com.android.systemui.wmshell.BubblesManager; 109 private final Optional<BubblesManager> mBubblesManagerOptional; 228 Optional<BubblesManager> bubblesManagerOptional, in ExpandableNotificationRowController()
|
H A D | NotificationGutsManager.java | 72 import com.android.systemui.wmshell.BubblesManager; 112 private final Optional<BubblesManager> mBubblesManagerOptional; 142 Optional<BubblesManager> bubblesManagerOptional, in NotificationGutsManager()
|
H A D | ExpandableNotificationRow.java | 118 import com.android.systemui.wmshell.BubblesManager; 175 private Optional<BubblesManager> mBubblesManagerOptional; 1718 Optional<BubblesManager> bubblesManagerOptional,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | SystemUIModule.java | 134 import com.android.systemui.wmshell.BubblesManager; 317 static Optional<BubblesManager> provideBubblesManager(Context context, in provideBubblesManager() 335 return Optional.ofNullable(BubblesManager.create(context, in provideBubblesManager()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationActivityStarter.java | 81 import com.android.systemui.wmshell.BubblesManager; 111 private final Optional<BubblesManager> mBubblesManagerOptional; 150 Optional<BubblesManager> bubblesManagerOptional, in StatusBarNotificationActivityStarter()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | LaunchConversationActivityTest.java | 53 import com.android.systemui.wmshell.BubblesManager; 96 private BubblesManager mBubblesManager;
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowControllerTest.kt | 59 import com.android.systemui.wmshell.BubblesManager 106 private val bubblesManager: BubblesManager = mock()
|
H A D | NotificationGutsManagerTest.java | 87 import com.android.systemui.wmshell.BubblesManager; 132 @Mock private BubblesManager mBubblesManager;
|
H A D | NotificationTestHelper.java | 93 import com.android.systemui.wmshell.BubblesManager; 608 Optional.of(mock(BubblesManager.class)), in generateRow()
|
H A D | NotificationConversationInfoTest.java | 84 import com.android.systemui.wmshell.BubblesManager; 140 private BubblesManager mBubblesManager;
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationActivityStarterTest.java | 98 import com.android.systemui.wmshell.BubblesManager; 144 private BubblesManager mBubblesManager;
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 183 private BubblesManager.NotifCallback mNotifCallback; 230 private BubblesManager mBubblesManager; 416 mBubblesManager = new BubblesManager( in setUp()
|