Searched refs:mDeviceListView (Results 1 – 2 of 2) sorted by relevance
45 ListView mDeviceListView; field in DeviceChooserActivity75 mDeviceListView = findViewById(R.id.device_list); in onCreate()77 mDeviceListView.setAdapter(adapter); in onCreate()84 mDeviceListView.addFooterView(mLoadingIndicator = getProgressBar(), null, false); in onCreate()
236 if (activity.mDeviceListView != null) { in stopScan()237 activity.mDeviceListView.removeFooterView(activity.mLoadingIndicator); in stopScan()