Searched refs:bodies (Results 1 – 2 of 2) sorted by relevance
72 List<String> bodies = Lists.newArrayList( in onCreate() local78 mListView.setAdapter(new MyAdapter(this, bodies)); in onCreate()107 public MyAdapter(Context context, List<String> bodies) { in MyAdapter() argument108 super(context, 0, bodies); in MyAdapter()
69 String bodies = ""; field in SafeSaxTest.TextElementCounter76 this.bodies += body; in end()110 assertEquals("ab", idCounter.bodies); in testListener()