Home
last modified time | relevance | path

Searched refs:mINotificationManager (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java88 private INotificationManager mINotificationManager; field in NotificationConversationInfo
226 mINotificationManager = iNotificationManager; in bindNotification()
254 getContext(), mINotificationManager, entry, mNotificationChannel); in bindNotification()
257 mAppBubble = mINotificationManager.getBubblePreferenceForPackage(mPackageName, mAppUid); in bindNotification()
369 mINotificationManager.getNotificationChannelGroupForPackage( in bindGroup()
512 new UpdateChannelRunnable(mINotificationManager, mPackageName, in updateChannel()
530 ignoreDnd = mINotificationManager in showPriorityOnboarding()
605 private final INotificationManager mINotificationManager; field in UpdateChannelRunnable
614 mINotificationManager = notificationManager; in UpdateChannelRunnable()
630 mINotificationManager.setBubblesAllowed(mAppPkg, mAppUid, in run()
[all …]
DNotificationInfo.java94 private INotificationManager mINotificationManager; field in NotificationInfo
192 mINotificationManager = iNotificationManager; in bindNotification()
213 int numTotalChannels = mINotificationManager.getNumNotificationChannelsForPackage( in bindNotification()
376 mINotificationManager.getNotificationChannelGroupForPackage(
418 new UpdateImportanceRunnable(mINotificationManager, mPackageName, mAppUid,
598 private final INotificationManager mINotificationManager;
609 mINotificationManager = notificationManager;
623 mINotificationManager.updateNotificationChannelForPackage(
628 mINotificationManager.setNotificationsEnabledWithImportanceLockForPackage(
DPartialConversationInfo.java61 private INotificationManager mINotificationManager; field in PartialConversationInfo
111 mINotificationManager = iNotificationManager; in bindNotification()
221 mINotificationManager.getNotificationChannelGroupForPackage(
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java183 private INotificationManager mINotificationManager; field in BubbleController
368 mINotificationManager = notificationManager; in BubbleController()
1157 mINotificationManager, entry, channel); in onUserChangedBubble()
1160 int currentPref = mINotificationManager.getBubblePreferenceForPackage(appPkg, appUid); in onUserChangedBubble()
1162 mINotificationManager.setBubblesAllowed(appPkg, appUid, BUBBLE_PREFERENCE_SELECTED); in onUserChangedBubble()
1164 mINotificationManager.updateNotificationChannelForPackage(appPkg, appUid, channel); in onUserChangedBubble()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java126 @Mock private INotificationManager mINotificationManager; field in NotificationGutsManagerTest
153 mINotificationManager, mLauncherApps, mShortcutManager, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java310 @Inject Lazy<INotificationManager> mINotificationManager; field in Dependency
499 mProviders.put(INotificationManager.class, mINotificationManager::get); in start()