Searched refs:mINotificationManager (Results 1 – 2 of 2) sorted by relevance
105 private INotificationManager mINotificationManager; field in NotificationInfo287 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(
296 @Inject Lazy<INotificationManager> mINotificationManager; field in Dependency484 mProviders.put(INotificationManager.class, mINotificationManager::get); in start()