Searched refs:noman (Results 1 – 1 of 1) sorted by relevance
57 NotificationManager noman = getSystemService(NotificationManager.class); in onStartJob() local68 noman.notify(1, builder.build()); in onStartJob()93 noman.notify(CAT_NOTIFICATION, builder.build()); in onStartJob()128 NotificationManager noman = context.getSystemService(NotificationManager.class); in registerJob() local129 noman.notify(500, new Notification.Builder(context) in registerJob()