Searched refs:CellSpan (Results 1 – 2 of 2) sorted by relevance
19 import android.widget.layout.table.CellSpan;30 public class CellSpanTest extends ActivityInstrumentationTestCase<CellSpan> {39 super("com.android.frameworks.coretests", CellSpan.class); in CellSpanTest()46 final CellSpan activity = getActivity(); in setUp()
27 public class CellSpan extends Activity { class