Home
last modified time | relevance | path

Searched refs:BubblesManager (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DBubbleCoordinator.java26 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/
DBubblesManager.java105 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/
DLaunchConversationActivity.java41 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/
DSystemUIModule.java80 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/
DExpandableNotificationRowController.java47 import com.android.systemui.wmshell.BubblesManager;
86 private final Optional<BubblesManager> mBubblesManagerOptional;
112 Optional<BubblesManager> bubblesManagerOptional) { in ExpandableNotificationRowController()
DNotificationConversationInfo.java75 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()
DNotificationGutsManager.java73 import com.android.systemui.wmshell.BubblesManager;
122 private final Optional<BubblesManager> mBubblesManagerOptional;
151 Optional<BubblesManager> bubblesManagerOptional, in NotificationGutsManager()
DExpandableNotificationRow.java109 import com.android.systemui.wmshell.BubblesManager;
157 private Optional<BubblesManager> mBubblesManagerOptional;
1556 Optional<BubblesManager> bubblesManagerOptional,
DNotificationContentView.java60 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/
DStatusBarNotificationActivityStarter.java78 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()
DStatusBar.java248 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/
DBubblesTest.java186 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()
DNewNotifPipelineBubblesTest.java130 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/
DLaunchConversationActivityTest.java48 import com.android.systemui.wmshell.BubblesManager;
89 private BubblesManager mBubblesManager;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java78 import com.android.systemui.wmshell.BubblesManager;
142 Optional<BubblesManager> bubblesManagerOptional, in provideNotificationGutsManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarPhoneModule.java110 import com.android.systemui.wmshell.BubblesManager;
172 Optional<BubblesManager> bubblesManagerOptional, in provideStatusBar()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java80 import com.android.systemui.wmshell.BubblesManager;
122 private BubblesManager mBubblesManager;
DStatusBarTest.java152 import com.android.systemui.wmshell.BubblesManager;
233 @Mock private BubblesManager mBubblesManager;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java74 import com.android.systemui.wmshell.BubblesManager;
474 Optional.of(mock(BubblesManager.class)), in generateRow()
DNotificationEntryManagerInflationTest.java91 import com.android.systemui.wmshell.BubblesManager;
268 Optional.of(mock(BubblesManager.class)) in setUp()
DNotificationGutsManagerTest.java87 import com.android.systemui.wmshell.BubblesManager;
139 @Mock private BubblesManager mBubblesManager;
DNotificationConversationInfoTest.java83 import com.android.systemui.wmshell.BubblesManager;
137 private BubblesManager mBubblesManager;