Searched refs:bondedDevices (Results 1 – 1 of 1) sorted by relevance
19 private Set<BluetoothDevice> bondedDevices = new HashSet<BluetoothDevice>(); field in ShadowBluetoothAdapter29 return Collections.unmodifiableSet(bondedDevices); in getBondedDevices()33 bondedDevices = bluetoothDevices; in setBondedDevices()