Searched refs:getBondedDevices (Results 1 – 11 of 11) sorted by relevance
74 getBondedDevices(); in onStart()107 public void getBondedDevices() { in getBondedDevices() method in BluetoothInstrumentation108 Set<BluetoothDevice> devices = getBluetoothAdapter().getBondedDevices(); in getBondedDevices()
783 assertFalse(adapter.getBondedDevices().contains(device)); in pairOrAcceptPair()793 assertTrue(adapter.getBondedDevices().contains(device)); in pairOrAcceptPair()804 assertTrue(adapter.getBondedDevices().contains(device)); in pairOrAcceptPair()845 assertFalse(adapter.getBondedDevices().contains(device)); in unpair()853 assertTrue(adapter.getBondedDevices().contains(device)); in unpair()866 assertFalse(adapter.getBondedDevices().contains(device)); in unpair()890 Set<BluetoothDevice> devices = adapter.getBondedDevices(); in unpairAll()920 if (!adapter.getBondedDevices().contains(device)) { in connectProfile()1001 if (!adapter.getBondedDevices().contains(device)) { in disconnectProfile()1110 if (!adapter.getBondedDevices().contains(device)) { in connectPanOrIncomingPanConnection()[all …]
106 public Set<BluetoothDevice> getBondedDevices() { in getBondedDevices() method in LocalBluetoothAdapter107 return mAdapter.getBondedDevices(); in getBondedDevices()
174 Set<BluetoothDevice> bondedDevices = mLocalAdapter.getBondedDevices(); in readPairedDevices()
179 for (BluetoothDevice dev : emptyIfNull(mBluetoothAdapter.getBondedDevices())) { in startDiscovery()
299 Set<BluetoothDevice> devices = mLocalBluetoothAdapter.getBondedDevices(); in getPairedKeyboard()
2030 public Set<BluetoothDevice> getBondedDevices() { in getBondedDevices() method in BluetoothAdapter2037 return toDeviceSet(mService.getBondedDevices()); in getBondedDevices()
3160 HSPLandroid/bluetooth/BluetoothAdapter;->getBondedDevices()Ljava/util/Set;3246 HSPLandroid/bluetooth/IBluetooth$Stub$Proxy;->getBondedDevices()[Landroid/bluetooth/BluetoothDevice;
11627 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getBondedDevices()[Landroid/bluetooth/BluetoothDevice;11762 Landroid/bluetooth/IBluetooth;->getBondedDevices()[Landroid/bluetooth/BluetoothDevice;
5815 method public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();
7964 …t.permission.BLUETOOTH) public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();