Searched refs:mDevicesAdapter (Results 1 – 1 of 1) sorted by relevance
67 DevicesAdapter mDevicesAdapter; field in CompanionDeviceActivity114 mDevicesAdapter = new DevicesAdapter(); in onCreate()115 mDeviceListView.setAdapter(mDevicesAdapter); in onCreate()119 mDevicesAdapter.notifyDataSetChanged(); in onCreate()121 mDevicesAdapter.registerDataSetObserver(new DataSetObserver() { in onCreate()151 if (sInstance != null && sInstance.mDevicesAdapter != null && !sInstance.isFinishing()) { in notifyDevicesChanged()152 sInstance.mDevicesAdapter.notifyDataSetChanged(); in notifyDevicesChanged()