Home
last modified time | relevance | path

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

/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()
/packages/services/Telephony/src/com/android/phone/settings/
DBandMode.java81 private ArrayAdapter mBandListAdapter; field in BandMode
97 mBandListAdapter = new ArrayAdapter<BandListItem>(this, in onCreate()
99 mBandList.setAdapter(mBandListAdapter); in onCreate()
178 mBandListAdapter.add( in bandListLoaded()
185 mBandListAdapter.add(item); in bandListLoaded()
196 mBandListAdapter.add(item); in bandListLoaded()
219 while (mBandListAdapter.getCount() > 0) { in clearList()
220 mBandListAdapter.remove( in clearList()
221 mBandListAdapter.getItem(0)); in clearList()