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.java61 NotificationChannel eggChan = new NotificationChannel(CHAN_ID, in setupNotificationChannels() local
64 eggChan.setSound(Uri.EMPTY, Notification.AUDIO_ATTRIBUTES_DEFAULT); // cats are quiet in setupNotificationChannels()
65 eggChan.setVibrationPattern(PURR); // not totally quiet though in setupNotificationChannels()
67 eggChan.setLockscreenVisibility(Notification.VISIBILITY_PUBLIC); // cats sit in the window in setupNotificationChannels()
68 noman.createNotificationChannel(eggChan); in setupNotificationChannels()