Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java20 import static com.android.egg.neko.NekoLand.CHAN_ID;
75 if (NekoLand.DEBUG_NOTIFICATIONS) { in onStartJob()
85 .setChannelId(NekoLand.CHAN_ID) in onStartJob()
174 if (NekoLand.DEBUG_NOTIFICATIONS) { in registerJob()
182 .setChannelId(NekoLand.CHAN_ID) in registerJob()
DNekoLand.java61 public class NekoLand extends Activity implements PrefsListener { class
133 new AlertDialog.Builder(NekoLand.this) in onCatClick()
240 new AlertDialog.Builder(NekoLand.this) in onBindViewHolder()
DNekoControlsService.kt178 .setClass(this, NekoLand::class.java) in getPendingIntent()