Searched refs:mNotificationManager (Results 1 – 4 of 4) sorted by relevance
97 private NotificationManager mNotificationManager; field in SnippetRunner114 mNotificationManager = in onCreate()137 mNotificationManager.cancel(NOTIFICATION_ID); in onStart()138 mNotificationManager.cancelAll(); in onStart()179 mNotificationManager.createNotificationChannel(channel); in createNotification()190 mNotificationManager.notify(NOTIFICATION_ID, mNotification); in createNotification()
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()
112 private final NotificationManager mNotificationManager; field in AndroidFacade129 mNotificationManager = in AndroidFacade()869 mNotificationManager.createNotificationChannel(channel); in createNotificationChannel()890 mNotificationManager.notify(notificationId, notification); in notify()