Searched refs:noman (Results 1 – 1 of 1) sorted by relevance
60 NotificationManager noman = context.getSystemService(NotificationManager.class); in setupNotificationChannels() local68 noman.createNotificationChannel(eggChan); in setupNotificationChannels()76 NotificationManager noman = getSystemService(NotificationManager.class); in onStartJob() local88 noman.notify(DEBUG_NOTIFICATION, builder.build()); in onStartJob()127 NotificationManager noman = context.getSystemService(NotificationManager.class); in notifyCat() local129 noman.notify(cat.getShortcutId(), CAT_NOTIFICATION, builder.build()); in notifyCat()175 NotificationManager noman = context.getSystemService(NotificationManager.class); in registerJob() local176 noman.notify(DEBUG_NOTIFICATION, new Notification.Builder(context) in registerJob()