Searched refs:mLeDeviceListAdapter (Results 1 – 1 of 1) sorted by relevance
45 private LeDeviceListAdapter mLeDeviceListAdapter; field in DeviceScanActivity101 mLeDeviceListAdapter.clear(); in onOptionsItemSelected()125 mLeDeviceListAdapter = new LeDeviceListAdapter(); in onResume()126 setListAdapter(mLeDeviceListAdapter); in onResume()144 mLeDeviceListAdapter.clear(); in onPause()149 final BluetoothDevice device = mLeDeviceListAdapter.getDevice(position); in onListItemClick()257 mLeDeviceListAdapter.addDevice(device);258 mLeDeviceListAdapter.notifyDataSetChanged();