| jeffhao | 5d1ac92 | 2011-09-29 17:41:15 -0700 | [diff] [blame^] | 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 | } | ||||