HomeSort by relevance Sort by last modified time
    Searched refs:NekoLand (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
NekoActivationActivity.java 39 if (NekoLand.DEBUG) {
47 if (NekoLand.DEBUG) {
NekoService.java 37 import static com.android.egg.neko.NekoLand.CHAN_ID;
74 if (NekoLand.DEBUG_NOTIFICATIONS) {
83 .setChannel(NekoLand.CHAN_ID)
146 if (NekoLand.DEBUG_NOTIFICATIONS) {
154 .setChannel(NekoLand.CHAN_ID)
NekoLand.java 59 public class NekoLand extends Activity implements PrefsListener {
131 new AlertDialog.Builder(NekoLand.this)
138 // noman.notify(1, cat.buildNotification(NekoLand.this).build());
239 new AlertDialog.Builder(NekoLand.this)
280 Log.e("NekoLand", "save: error: can't create Pictures directory");
306 Log.e("NekoLand", "save: error: " + e);
Cat.java 34 import static com.android.egg.neko.NekoLand.CHAN_ID;
210 .setClass(context, NekoLand.class)

Completed in 99 milliseconds