Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java105 private INotificationManager mINotificationManager; field in NotificationInfo
287 mINotificationManager = iNotificationManager; in bindNotification()
309 int numTotalChannels = mINotificationManager.getNumNotificationChannelsForPackage( in bindNotification()
499 mINotificationManager.getNotificationChannelGroupForPackage(
549 new UpdateImportanceRunnable(mINotificationManager, mPackageName, mAppUid,
811 private final INotificationManager mINotificationManager;
822 mINotificationManager = notificationManager;
836 mINotificationManager.updateNotificationChannelForPackage(
841 mINotificationManager.setNotificationsEnabledWithImportanceLockForPackage(
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java296 @Inject Lazy<INotificationManager> mINotificationManager; field in Dependency
484 mProviders.put(INotificationManager.class, mINotificationManager::get); in start()