Searched defs:pairedDevices (Results 1 – 6 of 6) sorted by relevance
44 Set<BluetoothDevice> pairedDevices = bluetoothAdapter == null ? Collections.emptySet() in onReceive() local
137 public void cleanup(Set<BluetoothDevice> pairedDevices) { in cleanup()
55 List<DeviceEntry> pairedDevices = new ArrayList<>(); in BluetoothPreference() local
218 private void onPairListChanged(Set<BluetoothDevice> pairedDevices) { in onPairListChanged()262 Set<BluetoothDevice> pairedDevices = mPairedListLiveData.getValue(); in hasPairedDevices() local
250 void setNumberOfPairedDevices(int pairedDevices) { in setNumberOfPairedDevices()