Searched refs:noman (Results 1 – 1 of 1) sorted by relevance
58 NotificationManager noman = context.getSystemService(NotificationManager.class); in setupNotificationChannels() local66 noman.createNotificationChannel(eggChan); in setupNotificationChannels()73 NotificationManager noman = getSystemService(NotificationManager.class); in onStartJob() local85 noman.notify(DEBUG_NOTIFICATION, builder.build()); in onStartJob()110 noman.notify(CAT_NOTIFICATION, builder.build()); in onStartJob()147 NotificationManager noman = context.getSystemService(NotificationManager.class); in registerJob() local148 noman.notify(DEBUG_NOTIFICATION, new Notification.Builder(context) in registerJob()