Searched refs:eggChan (Results 1 – 1 of 1) sorted by relevance
61 NotificationChannel eggChan = new NotificationChannel(CHAN_ID, in setupNotificationChannels() local64 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()