OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mledevicelistadapter
(Results
1 - 4
of
4
) sorted by null
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
45
private LeDeviceListAdapter
mLeDeviceListAdapter
;
101
mLeDeviceListAdapter
.clear();
125
mLeDeviceListAdapter
= new LeDeviceListAdapter();
126
setListAdapter(
mLeDeviceListAdapter
);
144
mLeDeviceListAdapter
.clear();
149
final BluetoothDevice device =
mLeDeviceListAdapter
.getDevice(position);
257
mLeDeviceListAdapter
.addDevice(device);
258
mLeDeviceListAdapter
.notifyDataSetChanged();
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
45
private LeDeviceListAdapter
mLeDeviceListAdapter
;
101
mLeDeviceListAdapter
.clear();
125
mLeDeviceListAdapter
= new LeDeviceListAdapter();
126
setListAdapter(
mLeDeviceListAdapter
);
144
mLeDeviceListAdapter
.clear();
149
final BluetoothDevice device =
mLeDeviceListAdapter
.getDevice(position);
257
mLeDeviceListAdapter
.addDevice(device);
258
mLeDeviceListAdapter
.notifyDataSetChanged();
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceScanActivity.java
45
private LeDeviceListAdapter
mLeDeviceListAdapter
;
101
mLeDeviceListAdapter
.clear();
125
mLeDeviceListAdapter
= new LeDeviceListAdapter();
126
setListAdapter(
mLeDeviceListAdapter
);
144
mLeDeviceListAdapter
.clear();
149
final BluetoothDevice device =
mLeDeviceListAdapter
.getDevice(position);
257
mLeDeviceListAdapter
.addDevice(device);
258
mLeDeviceListAdapter
.notifyDataSetChanged();
/frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd
300
private LeDeviceListAdapter
mLeDeviceListAdapter
;
311
mLeDeviceListAdapter
.addDevice(device);
312
mLeDeviceListAdapter
.notifyDataSetChanged();
Completed in 240 milliseconds