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.java57 NotificationManager noman = getSystemService(NotificationManager.class); in onStartJob() local
68 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() local
129 noman.notify(500, new Notification.Builder(context) in registerJob()