Searched refs:mBandListAdapter (Results 1 – 1 of 1) sorted by relevance
65 private ArrayAdapter mBandListAdapter; field in BandMode86 mBandListAdapter = new ArrayAdapter<BandListItem>(this, in onCreate()88 mBandList.setAdapter(mBandListAdapter); in onCreate()169 mBandListAdapter.add(item); in bandListLoaded()180 mBandListAdapter.add(item); in bandListLoaded()203 while(mBandListAdapter.getCount() > 0) { in clearList()204 mBandListAdapter.remove( in clearList()205 mBandListAdapter.getItem(0)); in clearList()