Home
last modified time | relevance | path

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

/aosp_15_r20/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/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()
/aosp_15_r20/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
H A DScanResultAdapter.java73 TextView deviceAddressView = (TextView) view.findViewById(R.id.device_address); in getView() local
83 deviceAddressView.setText(scanResult.getDevice().getAddress()); in getView()
/aosp_15_r20/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
H A DScanResultAdapter.java73 TextView deviceAddressView = (TextView) view.findViewById(R.id.device_address); in getView() local
83 deviceAddressView.setText(scanResult.getDevice().getAddress()); in getView()