Home
last modified time | relevance | path

Searched refs:deviceAddressView (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
DScanResultAdapter.java73 TextView deviceAddressView = (TextView) view.findViewById(R.id.device_address); in getView() local
83 deviceAddressView.setText(scanResult.getDevice().getAddress()); in getView()