Searched refs:mNotificationManager (Results 1 – 3 of 3) sorted by relevance
32 private NotificationManager mNotificationManager; field in ForegroundService48 if (mNotificationManager == null) { in getNotificationManager()49 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in getNotificationManager()51 return mNotificationManager; in getNotificationManager()
59 private final NotificationManager mNotificationManager; field in SettingsFacade76 mNotificationManager = in SettingsFacade()78 if (!mNotificationManager.isNotificationPolicyAccessGranted()) { in SettingsFacade()
110 private final NotificationManager mNotificationManager; field in AndroidFacade127 mNotificationManager = in AndroidFacade()852 mNotificationManager.createNotificationChannel(channel); in createNotificationChannel()872 mNotificationManager.notify(notificationId, notification); in notify()