Searched refs:mDevicesAdapter (Results 1 – 1 of 1) sorted by relevance
67 DevicesAdapter mDevicesAdapter; field in CompanionDeviceActivity115 mDevicesAdapter = new DevicesAdapter(); in onCreate()116 mDeviceListView.setAdapter(mDevicesAdapter); in onCreate()120 mDevicesAdapter.notifyDataSetChanged(); in onCreate()122 mDevicesAdapter.registerDataSetObserver(new DataSetObserver() { in onCreate()150 if (sInstance != null && sInstance.mDevicesAdapter != null && !sInstance.isFinishing()) { in notifyDevicesChanged()151 sInstance.mDevicesAdapter.notifyDataSetChanged(); in notifyDevicesChanged()