Searched refs:notMan (Results 1 – 1 of 1) sorted by relevance
107 NotificationManager notMan = getSystemService(NotificationManager.class); in createNotificationChannel() local108 Objects.requireNonNull(notMan).createNotificationChannel(channel); in createNotificationChannel()