Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DBandMode.java64 private ArrayAdapter mBandListAdapter; field in BandMode
80 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DBandMode.java64 private ArrayAdapter mBandListAdapter; field in BandMode
80 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()