Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoService.java60 NotificationManager noman = context.getSystemService(NotificationManager.class); in setupNotificationChannels() local
68 noman.createNotificationChannel(eggChan); in setupNotificationChannels()
76 NotificationManager noman = getSystemService(NotificationManager.class); in onStartJob() local
88 noman.notify(DEBUG_NOTIFICATION, builder.build()); in onStartJob()
127 NotificationManager noman = context.getSystemService(NotificationManager.class); in notifyCat() local
129 noman.notify(cat.getShortcutId(), CAT_NOTIFICATION, builder.build()); in notifyCat()
175 NotificationManager noman = context.getSystemService(NotificationManager.class); in registerJob() local
176 noman.notify(DEBUG_NOTIFICATION, new Notification.Builder(context) in registerJob()