OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBluetoothDevices
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java
100
private List<BluetoothDevice>
mBluetoothDevices
;
254
mBluetoothDevices
= new ArrayList<>();
256
mBluetoothDevices
=
287
outState.putParcelableList(SAVED_STATE_BLUETOOTH_DEVICES,
mBluetoothDevices
);
475
mPreferenceFragment.updateList(
mBluetoothDevices
, mCurrentTargetAddress,
481
if (
mBluetoothDevices
.size() == 1 && prevNumDevices == 0) {
491
if (
mBluetoothDevices
.size() > 1) {
504
final boolean empty =
mBluetoothDevices
.isEmpty();
540
if (
mBluetoothDevices
.size() > 0) {
541
onActionClicked(
mBluetoothDevices
.get(0).getAddress())
[
all
...]
/frameworks/base/services/midi/java/com/android/server/midi/
MidiService.java
96
private final HashMap<BluetoothDevice, Device>
mBluetoothDevices
495
mBluetoothDevices
.remove(mBluetoothDevice);
688
device =
mBluetoothDevices
.get(bluetoothDevice);
691
mBluetoothDevices
.put(bluetoothDevice, device);
807
device =
mBluetoothDevices
.get(bluetoothDevice);
817
mBluetoothDevices
.put(bluetoothDevice, device);
[
all
...]
Completed in 76 milliseconds