• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2006 The Android Open Source Project
2 
3 /**
4  * Miranda testing.
5  */
6 public interface MirandaInterface2 {
7 
inInterface()8     public boolean inInterface();
9 
inInterface2()10     public int inInterface2();
11 
12 }
13