Home | History | Annotate | Download | only in src
      1 // Copyright 2006 The Android Open Source Project
      2 
      3 /**
      4  * Miranda testing.
      5  */
      6 public interface MirandaInterface2 {
      7 
      8     public boolean inInterface();
      9 
     10     public int inInterface2();
     11 
     12 }
     13