Home
last modified time | relevance | path

Searched refs:mBandListAdapter (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DBandMode.java65 private ArrayAdapter mBandListAdapter; field in BandMode
86 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()