Searched refs:mBandListAdapter (Results 1 – 2 of 2) sorted by relevance
64 private ArrayAdapter mBandListAdapter; field in BandMode80 mBandListAdapter = new ArrayAdapter<BandListItem>(this, in onCreate()82 mBandList.setAdapter(mBandListAdapter); in onCreate()161 mBandListAdapter.add( in bandListLoaded()168 mBandListAdapter.add(item); in bandListLoaded()179 mBandListAdapter.add(item); in bandListLoaded()202 while(mBandListAdapter.getCount() > 0) { in clearList()203 mBandListAdapter.remove( in clearList()204 mBandListAdapter.getItem(0)); in clearList()