blob: 2c0a59a77a9f92cdb7d485b2dc14e4f9f28fc581 [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001// Copyright 2006 The Android Open Source Project
2
3/**
4 * Miranda testing.
5 */
6public interface MirandaInterface {
7
8 public boolean inInterface();
9
10}