Searched refs:mDeviceListView (Results 1 – 2 of 2) sorted by relevance
63 ListView mDeviceListView; field in CompanionDeviceActivity114 mDeviceListView = findViewById(R.id.device_list); in onCreate()116 mDeviceListView.setAdapter(mDevicesAdapter); in onCreate()117 mDeviceListView.setOnItemClickListener((adapterView, view, pos, l) -> { in onCreate()128 mDeviceListView.addFooterView(mLoadingIndicator = getProgressBar(), null, false); in onCreate()
261 if (mActivity != null && mActivity.mDeviceListView != null) { in stopScan()262 mActivity.mDeviceListView.removeFooterView(mActivity.mLoadingIndicator); in stopScan()