Home
last modified time | relevance | path

Searched refs:noman (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java58 NotificationManager noman = context.getSystemService(NotificationManager.class); in setupNotificationChannels() local
66 noman.createNotificationChannel(eggChan); in setupNotificationChannels()
73 NotificationManager noman = getSystemService(NotificationManager.class); in onStartJob() local
85 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() local
148 noman.notify(DEBUG_NOTIFICATION, new Notification.Builder(context) in registerJob()