Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java20 import static com.android.egg.neko.NekoLand.CHAN_ID;
61 NotificationChannel eggChan = new NotificationChannel(CHAN_ID, in setupNotificationChannels()
85 .setChannelId(NekoLand.CHAN_ID) in onStartJob()
182 .setChannelId(NekoLand.CHAN_ID) in registerJob()
DNekoLand.java62 public static String CHAN_ID = "EGG"; field in NekoLand