Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java59 NotificationChannel eggChan = new NotificationChannel(CHAN_ID, in setupNotificationChannels() local
62 eggChan.setSound(Uri.EMPTY, Notification.AUDIO_ATTRIBUTES_DEFAULT); // cats are quiet in setupNotificationChannels()
63 eggChan.setVibrationPattern(PURR); // not totally quiet though in setupNotificationChannels()
64 eggChan.setBlockableSystem(true); // unlike a real cat, you can push this one off your lap in setupNotificationChannels()
65 eggChan.setLockscreenVisibility(Notification.VISIBILITY_PUBLIC); // cats sit in the window in setupNotificationChannels()
66 noman.createNotificationChannel(eggChan); in setupNotificationChannels()