/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | BubbleCoordinator.java | 26 import com.android.systemui.wmshell.BubblesManager; 60 private final Optional<BubblesManager> mBubblesManagerOptional; 69 Optional<BubblesManager> bubblesManagerOptional, in BubbleCoordinator() 126 private final BubblesManager.NotifCallback mNotifCallback = new BubblesManager.NotifCallback() {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 105 public class BubblesManager implements Dumpable { class 131 public static BubblesManager create(Context context, in create() 150 return new BubblesManager(context, bubblesOptional.get(), in create() 162 BubblesManager(Context context, in BubblesManager() method in BubblesManager 412 BubblesManager.this.onEntryAdded(entry); in setupNEM() 417 BubblesManager.this.onEntryUpdated(entry); in setupNEM() 424 BubblesManager.this.onEntryRemoved(entry); in setupNEM() 429 BubblesManager.this.onRankingUpdate(rankingMap); in setupNEM() 532 BubblesManager.this.onEntryAdded(entry); in setupNotifPipeline() 537 BubblesManager.this.onEntryUpdated(entry); in setupNotifPipeline() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | LaunchConversationActivity.java | 41 import com.android.systemui.wmshell.BubblesManager; 54 private final Optional<BubblesManager> mBubblesManagerOptional; 64 Optional<BubblesManager> bubblesManagerOptional, UserManager userManager, in LaunchConversationActivity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
D | SystemUIModule.java | 80 import com.android.systemui.wmshell.BubblesManager; 185 static Optional<BubblesManager> provideBubblesManager(Context context, in provideBubblesManager() 196 return Optional.ofNullable(BubblesManager.create(context, bubblesOptional, in provideBubblesManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowController.java | 47 import com.android.systemui.wmshell.BubblesManager; 86 private final Optional<BubblesManager> mBubblesManagerOptional; 112 Optional<BubblesManager> bubblesManagerOptional) { in ExpandableNotificationRowController()
|
D | NotificationConversationInfo.java | 75 import com.android.systemui.wmshell.BubblesManager; 95 private Optional<BubblesManager> mBubblesManagerOptional; 206 Optional<BubblesManager> bubblesManagerOptional, in bindNotification() 548 && BubblesManager.areBubblesEnabled(mContext, mSbn.getUser()); in willShowAsBubble()
|
D | NotificationGutsManager.java | 73 import com.android.systemui.wmshell.BubblesManager; 122 private final Optional<BubblesManager> mBubblesManagerOptional; 151 Optional<BubblesManager> bubblesManagerOptional, in NotificationGutsManager()
|
D | ExpandableNotificationRow.java | 109 import com.android.systemui.wmshell.BubblesManager; 157 private Optional<BubblesManager> mBubblesManagerOptional; 1556 Optional<BubblesManager> bubblesManagerOptional,
|
D | NotificationContentView.java | 60 import com.android.systemui.wmshell.BubblesManager; 1316 boolean showButton = BubblesManager.areBubblesEnabled(mContext, entry.getSbn().getUser())
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 78 import com.android.systemui.wmshell.BubblesManager; 107 private final Optional<BubblesManager> mBubblesManagerOptional; 146 Optional<BubblesManager> bubblesManagerOptional, in StatusBarNotificationActivityStarter() 648 private final Optional<BubblesManager> mBubblesManagerOptional; 686 Optional<BubblesManager> bubblesManager, in Builder()
|
D | StatusBar.java | 248 import com.android.systemui.wmshell.BubblesManager; 707 private final Optional<BubblesManager> mBubblesManagerOptional; 759 Optional<BubblesManager> bubblesManagerOptional, in StatusBar()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 186 private BubblesManager mBubblesManager; 277 mBubbleEntry = BubblesManager.notifToBubbleEntry(mRow); in setUp() 278 mBubbleEntry2 = BubblesManager.notifToBubbleEntry(mRow2); in setUp() 279 mBubbleEntry3 = BubblesManager.notifToBubbleEntry(mRow3); in setUp() 283 mBubbleEntryUser11 = BubblesManager.notifToBubbleEntry( in setUp() 285 mBubbleEntry2User11 = BubblesManager.notifToBubbleEntry( in setUp() 338 mBubblesManager = new BubblesManager( in setUp() 1194 return new Bubble(BubblesManager.notifToBubbleEntry(workEntry), in createBubble()
|
D | NewNotifPipelineBubblesTest.java | 130 private BubblesManager.NotifCallback mNotifCallback; 164 private BubblesManager mBubblesManager; 240 mBubbleEntry = BubblesManager.notifToBubbleEntry(mRow); in setUp() 241 mBubbleEntry2 = BubblesManager.notifToBubbleEntry(mRow2); in setUp() 282 mBubblesManager = new BubblesManager( in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
D | LaunchConversationActivityTest.java | 48 import com.android.systemui.wmshell.BubblesManager; 89 private BubblesManager mBubblesManager;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
D | NotificationsModule.java | 78 import com.android.systemui.wmshell.BubblesManager; 142 Optional<BubblesManager> bubblesManagerOptional, in provideNotificationGutsManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/ |
D | StatusBarPhoneModule.java | 110 import com.android.systemui.wmshell.BubblesManager; 172 Optional<BubblesManager> bubblesManagerOptional, in provideStatusBar()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarterTest.java | 80 import com.android.systemui.wmshell.BubblesManager; 122 private BubblesManager mBubblesManager;
|
D | StatusBarTest.java | 152 import com.android.systemui.wmshell.BubblesManager; 233 @Mock private BubblesManager mBubblesManager;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationTestHelper.java | 74 import com.android.systemui.wmshell.BubblesManager; 474 Optional.of(mock(BubblesManager.class)), in generateRow()
|
D | NotificationEntryManagerInflationTest.java | 91 import com.android.systemui.wmshell.BubblesManager; 268 Optional.of(mock(BubblesManager.class)) in setUp()
|
D | NotificationGutsManagerTest.java | 87 import com.android.systemui.wmshell.BubblesManager; 139 @Mock private BubblesManager mBubblesManager;
|
D | NotificationConversationInfoTest.java | 83 import com.android.systemui.wmshell.BubblesManager; 137 private BubblesManager mBubblesManager;
|