Searched refs:mNotificationManager (Results 1 – 1 of 1) sorted by relevance
92 nc.mNotificationManager = context.getSystemService(NotificationManager.class); in initialize()132 if (mNotificationManager.getNotificationChannel(channelId) != null) { in ensureNotificationChannel()137 mNotificationManager.createNotificationChannel(channel); in ensureNotificationChannel()147 private NotificationManager mNotificationManager; field in NotificationCenter216 mNotificationManager.notify(notificationId, notification); in sendDfuNotificationImpl()222 mNotificationManager.cancel(notificationId); in dismissUpdateNotificationImpl()232 mNotificationManager.cancel(notificationId); in refreshLowBatteryNotificationImpl()239 mNotificationManager.cancel(notificationId); in refreshLowBatteryNotificationImpl()288 mNotificationManager.notify(notificationId, notification); in postLowBatteryNotification()317 mNotificationManager.notify(notificationId, notification); in postCriticalBatteryNotification()[all …]