Searched refs:deviceAddress (Results 1 – 3 of 3) sorted by relevance
229 viewHolder.deviceAddress = (TextView) view.findViewById(R.id.device_address); in getView()242 viewHolder.deviceAddress.setText(device.getAddress()); in getView()266 TextView deviceAddress; field in DeviceScanActivity.ViewHolder
74 config.deviceAddress = device.deviceAddress; in onCreateView()80 "Connecting to :" + device.deviceAddress, true, true in onCreateView()182 view.setText(device.deviceAddress); in showDetails()
248 config.deviceAddress = service.device.deviceAddress; in connectP2p()